From: William A. Rowe Jr Date: Thu, 1 Jun 2006 05:42:13 +0000 (+0000) Subject: That's the point, isn't it? All mpm's in one basket? X-Git-Tag: 2.3.0~2369 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64ef8a43de470253f149385ff254f7f86f0b2dc7;p=apache That's the point, isn't it? All mpm's in one basket? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410761 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index 36b2cf2d6f..1e0ed28d07 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -99,3 +99,12 @@ LockFile @rel_logfiledir@/accept.lock MaxSpareThreads 10 MaxRequestsPerChild 0 + +# WinNT MPM +# ThreadsPerChild: constant number of worker threads in the server process +# MaxRequestsPerChild: maximum number of requests a server process serves + + ThreadsPerChild 250 + MaxRequestsPerChild 0 + +