]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commitd1122ee9ccadae1e0eda5e498e0f2fa5bc167ef1
tree9bd39df8f0e1990e3adf5aa1555828e244fa28b1
parent533551f8a71146766c87cd6380ea5b7219d92b0a
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