]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The accept loop was sleeping way too long when we ran out of completion contexts.
authorBill Stoddard <stoddard@apache.org>
Wed, 10 Apr 2002 17:02:00 +0000 (17:02 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 10 Apr 2002 17:02:00 +0000 (17:02 +0000)
commita8ebda6ce0f217d1da807ad8a089ffe0ce940a1f
tree5a8dbd2037cd019aca4109641291536898fe9209
parent6d3faf2523e620eb1d6086d9e592c6be65633ebe
The accept loop was sleeping way too long when we ran out of completion contexts.
All that is really necessary is that the accept look yield the rest of its time slice
when this condition is hit.

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