From: William A. Rowe Jr Date: Fri, 21 Dec 2007 08:36:36 +0000 (+0000) Subject: Unix illustrates a default of 150 max childs, so make X-Git-Tag: 2.3.0~1124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf49e4216669f4d2e9d52af4bd9da4db2b3658ae;p=thirdparty%2Fapache%2Fhttpd.git Unix illustrates a default of 150 max childs, so make 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 --- diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index d7d70cd7c94..ab8408adfab 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -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 - ThreadsPerChild 250 + ThreadsPerChild 150 MaxRequestsPerChild 0