]> 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)
commit698170f9af7348afb9c1c87c21efe7763d30e581
tree5a8dbd2037cd019aca4109641291536898fe9209
parent90c9abe4ff470e0bec8ca032ffa3bc8a4c2af17c
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