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/29 04:08:41 UTC

svn commit: r607365 - /httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in

Author: wrowe
Date: Fri Dec 28 19:08:28 2007
New Revision: 607365

URL: http://svn.apache.org/viewvc?rev=607365&view=rev
Log:
Migrating from httpd-win.conf to httpd.conf.in we need to add
winnt's mpm to extra/httpd-mpm.conf.in

Modified:
    httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in

Modified: httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in?rev=607365&r1=607364&r2=607365&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in (original)
+++ httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in Fri Dec 28 19:08:28 2007
@@ -99,3 +99,12 @@
     MaxSpareThreads       10
     MaxRequestsPerChild    0
 </IfModule>
+
+# WinNT MPM
+# ThreadsPerChild: constant number of worker threads in the server process
+# MaxRequestsPerChild: maximum  number of requests a server process serves
+<IfModule mpm_winnt_module>
+    ThreadsPerChild      150
+    MaxRequestsPerChild    0
+</IfModule>
+