]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't drop connections during graceful restart. Previously, worker
authorJeff Trawick <trawick@apache.org>
Thu, 21 Mar 2002 19:12:54 +0000 (19:12 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 21 Mar 2002 19:12:54 +0000 (19:12 +0000)
commit4867fb1974fd6eb1bd557fe7b9ff50c909d46e47
tree58f22d0070eaefcca2d7e8adc2ad7be5fcea38c2
parentd1122ee9ccadae1e0eda5e498e0f2fa5bc167ef1
Don't drop connections during graceful restart.  Previously, worker
threads could exit even though there were connections waiting in the
queue.

Now, for a graceful restart the worker threads won't exit until they
are told that the queue has been drained and no more connections will
ever be added.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94106 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/mpm/worker/fdqueue.c
server/mpm/worker/fdqueue.h
server/mpm/worker/worker.c