Commit d0417a54 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent ab3be58c
Loading
Loading
Loading
Loading
+9 −0
Changes for docs/conf/extra/httpd-mpm.conf.in: 9 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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>