]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Unix MPMs: Stop dropping connections when the file descriptor
authorJeff Trawick <trawick@apache.org>
Tue, 27 Jan 2004 15:19:58 +0000 (15:19 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 27 Jan 2004 15:19:58 +0000 (15:19 +0000)
commit01da1159b3c875970422cd3dab7ccadf271a788f
tree96c02d0f741013d8cb618acbe581f510ac0ca042
parent20e2e0190aaa6df59a2a1c34e9bdcc6cdc90a3a2
Unix MPMs: Stop dropping connections when the file descriptor
is at least FD_SETSIZE.

That isn't a problem for most users (since poll() is widespread).
On old boxes where select() must be used by APR, APR needs to fail
operations that don't work with such fds.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102419 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
os/unix/unixd.c
server/mpm/experimental/leader/leader.c
server/mpm/experimental/perchild/perchild.c
server/mpm/experimental/threadpool/threadpool.c
server/mpm/worker/worker.c