]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This patch fixes a nasty bug in the worker MPM where the
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 05:58:09 +0000 (05:58 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 05:58:09 +0000 (05:58 +0000)
commit11618332249fb3ec61327c37dca12dda2a4de671
tree1a79020f652a6e1651fba7af0e2e9ef9996c5f6c
parentcb8569e4f8030abd8478444127b8f1959ce204ae
This patch fixes a nasty bug in the worker MPM where the
state of the worker threads was not being reported back to the
scoreboard, and eventually all the threads running in the children
would be reported as being in the "C -- closing connection" state.
This would wreak havoc on the idle_server_maintenance() routine. Since
these threads would never be counted as idle, the server would
spawn children as fast as possible.

Submitted by: Aaron Bannert <aaron@clove.org>
Reviewed by: Justin Erenkrantz

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