]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change the MaxSpareThreads to 150 for threaded MPM. This mirrors the new
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 12 Aug 2001 18:00:03 +0000 (18:00 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 12 Aug 2001 18:00:03 +0000 (18:00 +0000)
prefork setting and removes the default case where we would spawn three
children, but kill two of them immediately because MaxSpareThreads was
set to 10 (only one children can be supported with the old value).

Please note that I don't have email access as eBuilt's servers are AWOL
this weekend (none of us have the desire to go in a fix the servers for
semi-obvious reasons).  I'm trying to keep up on posts via apachelabs.org.
So, if you want to change this, just go ahead and commit the changes...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90118 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf

index 3552487dfd864d3cadc5bd23f067adec20454c62..93954c4d7dd121a154a080a5e5a87de8cb4af015 100644 (file)
@@ -131,7 +131,7 @@ MaxRequestsPerChild  0
 StartServers         3
 MaxClients           8
 MinSpareThreads      5
-MaxSpareThreads     10
+MaxSpareThreads    150 
 ThreadsPerChild     25
 MaxRequestsPerChild  0
 </IfModule>