]> 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)
commite479d651df67d3acc9467812cfd05fe79bd452d1
tree58f22d0070eaefcca2d7e8adc2ad7be5fcea38c2
parent1ec65a8919c90f75f039d330e628ad3b8cd586b0
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