]> granicus.if.org Git - apache/commitdiff
That's the point, isn't it? All mpm's in one basket?
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 1 Jun 2006 05:42:13 +0000 (05:42 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 1 Jun 2006 05:42:13 +0000 (05:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410761 13f79535-47bb-0310-9956-ffa450edef68

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

index 36b2cf2d6fe6f31a14cb76fb4592328aaf3b826b..1e0ed28d0735e63c4f949375b2ca21b5fa1d1bfe 100644 (file)
@@ -99,3 +99,12 @@ LockFile @rel_logfiledir@/accept.lock
     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      250
+    MaxRequestsPerChild    0
+</IfModule>
+