]> granicus.if.org Git - apache/commit
graceful shutdown (no dropped connections) requires that the listener
authorJeff Trawick <trawick@apache.org>
Thu, 21 Mar 2002 16:31:39 +0000 (16:31 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 21 Mar 2002 16:31:39 +0000 (16:31 +0000)
commit1ec65a8919c90f75f039d330e628ad3b8cd586b0
tree9bd39df8f0e1990e3adf5aa1555828e244fa28b1
parenta979a7c8aa058e25c3de2b6a014df12241e54c5e
graceful shutdown (no dropped connections) requires that the listener
go away before the workers...  introduce separate XXX_may_exit flags
for our different categories of threads so that a future fix for
graceful shutdown can terminate them in the right order

rename signal_workers() to signal_threads() and give it a parameter
so it knows whether or not termination should be graceful

this commit doesn't change the behavior in any noticeable way;  the
flags used to tell threads to go away are still set at about the same
time

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