]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
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)
commit4f28d382991195a6747f2a3eae7b1630fc5ad563
tree4ab30fba83ebf33142d5d0769b6f3b6b4137fcd3
parent4ef85cc7517cbbd7579f3b183201bcc452e4a1a0
Change the MaxSpareThreads to 150 for threaded MPM.  This mirrors the new
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