]> granicus.if.org Git - apache/commitdiff
Unix illustrates a default of 150 max childs, so make
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 08:36:36 +0000 (08:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 08:36:36 +0000 (08:36 +0000)
winnt mpm consistent with this.  (Other mpm's should
also be reviewed.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606133 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-mpm.conf.in

index d7d70cd7c942c90add44c5ec6ae471b247e4b6e6..ab8408adfab4646ce3f0fd0bb04af1ae1872da9d 100644 (file)
@@ -104,7 +104,7 @@ LockFile "@rel_logfiledir@/accept.lock"
 # ThreadsPerChild: constant number of worker threads in the server process
 # MaxRequestsPerChild: maximum  number of requests a server process serves
 <IfModule mpm_winnt_module>
-    ThreadsPerChild      250
+    ThreadsPerChild      150
     MaxRequestsPerChild    0
 </IfModule>