]> granicus.if.org Git - apache/commit
Reworked the accept() loop to avoid an extra call to select() just to
authorBradley Nicholes <bnicholes@apache.org>
Fri, 4 Jan 2002 22:25:09 +0000 (22:25 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 4 Jan 2002 22:25:09 +0000 (22:25 +0000)
commitf963cb170269d22620d2da56eb8767e5810b8362
treeb3752d95f092ba0d887b96ecfb9a11add4e3e21b
parent5a9b5aa3511d2b706ec4dd99e2f74f392f683e19
Reworked the accept() loop to avoid an extra call to select() just to
determine if there is work to do.  Made the calls to accept() non-blocking.

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