You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/21 09:36:37 UTC

svn commit: r606133 - /httpd/httpd/trunk/docs/conf/extra/httpd-mpm.conf.in

Author: wrowe
Date: Fri Dec 21 00:36:36 2007
New Revision: 606133

URL: http://svn.apache.org/viewvc?rev=606133&view=rev
Log:
Unix illustrates a default of 150 max childs, so make
winnt mpm consistent with this.  (Other mpm's should
also be reviewed.)

Modified:
    httpd/httpd/trunk/docs/conf/extra/httpd-mpm.conf.in

Modified: httpd/httpd/trunk/docs/conf/extra/httpd-mpm.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/extra/httpd-mpm.conf.in?rev=606133&r1=606132&r2=606133&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/extra/httpd-mpm.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/extra/httpd-mpm.conf.in Fri Dec 21 00:36:36 2007
@@ -104,7 +104,7 @@
 # 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>