Current time: 10-06-2024, 04:32 PM Hello There, Guest! (LoginRegister)


Post Reply 
apache2.conf / Frage zu MaxRequestsPerChild
Author Message
ThK Offline
Junior Member
*

Posts: 44
Joined: May 2009
Reputation: 0
Post: #1
apache2.conf / Frage zu MaxRequestsPerChild
Welcher Wert ist denn nun bei MaxRequestsPerChild sinnvoll?
Standard ist dort 0 und im Internet findet man Aussagen wie es soll > 1000 sein genauso wie das man es auf 0 lassen soll.

Hier mal meine Apache2.conf..
Ach ja habe den MPM Worker am "laufen"

Dell Poweredge R200
Quad Core Intel® Xeon® X3370, 3.0GHz, 2x6MB Cache, 1333MHz FSB
8GB Memory, DDR2, 800MHz

Code:
##
## Server-Pool Size Regulation (MPM specific)
##

# prefork MPM
<IfModule mpm_prefork_module>
    StartServers          5
    MinSpareServers       5
    MaxSpareServers      10
    MaxClients          150
    MaxRequestsPerChild   0
</IfModule>

# worker MPM
<IfModule mpm_worker_module>
    StartServers          2
    MaxClients          150
    MinSpareThreads      25
    MaxSpareThreads      75
    ThreadsPerChild      25
    MaxRequestsPerChild   0
</IfModule>
(This post was last modified: 06-18-2009 11:01 PM by ThK.)
06-18-2009 10:56 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
apache2.conf / Frage zu MaxRequestsPerChild - ThK - 06-18-2009 10:56 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)