]> granicus.if.org Git - apache/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)
commit18ba6165fe314ffc25c233570690e5ddfe96030f
tree246b8f00730fa9a556a07eb2cfd387a2a0f1b779
parent60839ec01dadc655f3d0f64879492033301a60ee
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