]> granicus.if.org Git - apache/commit
Fix the forking/killing logic in the threaded MPM. The problem we were
authorRyan Bloom <rbb@apache.org>
Tue, 3 Jul 2001 13:58:10 +0000 (13:58 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 3 Jul 2001 13:58:10 +0000 (13:58 +0000)
commit8be07b823297f26ca5b24552c91fb90bf1db5b5c
tree9019cabf4d12d9e4f99192d52f4fb59c0f473b39
parenta9427bdbf465ec08242ec660c04f55b135c6349f
Fix the forking/killing logic in the threaded MPM.  The problem we were
seeing with the server eating itself wasn't because we were comparing
the idle_thread_count and min/max spare servers wrong.  It was because
we were counting idle_thread_count incorrectly.  This fixes that problem.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89495 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/threaded/threaded.c