]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Re-architected the select()/accept() loop to allow all threads to rely on select...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 26 Jun 2002 21:53:25 +0000 (21:53 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 26 Jun 2002 21:53:25 +0000 (21:53 +0000)
commit6c02f7cd270eb212217e2a51c0d55297674df737
tree246b8f00730fa9a556a07eb2cfd387a2a0f1b779
parent7f9593e02f643fe407904607fcbc81075c472d56
Re-architected the select()/accept() loop to allow all threads to rely on select() to
signal when data is ready rather than only allowing a single thread at a time to
be signaled by select().  This allows Apache to pull the requests off of the
listen queue as fast as winsock will allow without latency introduced by the
accept mutex.

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