]> granicus.if.org Git - apache/commit
Modify the worker MPM to not accept() new connections until
authorAaron Bannert <aaron@apache.org>
Sun, 28 Apr 2002 01:56:20 +0000 (01:56 +0000)
committerAaron Bannert <aaron@apache.org>
Sun, 28 Apr 2002 01:56:20 +0000 (01:56 +0000)
commit0a1ffb51d303050931cb43ce61a4dffec281c95c
tree4ec15a23aa512b570fcc30fc9cdf153bd232fd59
parent23fa964736b5434cc2450447ce526323fd9f3323
Modify the worker MPM to not accept() new connections until
there is an available worker thread. This prevents queued
connections from starving for processing time while long-running
connections were hogging all the available threads.

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