]> 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)
commit85a9154bbf801646ba0bb04cb1cdf6b76ece5907
tree4ec15a23aa512b570fcc30fc9cdf153bd232fd59
parent74e6213202a9d9c24055a4e99609c42a92992e1d
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