]> granicus.if.org Git - apache/commit
get the start thread to exit when we have reached termination but
authorJeff Trawick <trawick@apache.org>
Wed, 20 Mar 2002 03:38:07 +0000 (03:38 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 20 Mar 2002 03:38:07 +0000 (03:38 +0000)
commitf8827903aa785ebc7f8d92b0225c3cabea031115
tree694105285fcd61f7b6a36c030c8f48d19b3f9ed2
parente9ec908a0191d0527c945063aea48611a5f21d31
get the start thread to exit when we have reached termination but
it is still trying to create worker threads

previously, after a non-graceful restart followed by a terminate
you could see a bunch of log messages showing the parent repeatedly
sending SIGTERM and finally SIGKILL to one or more children...
with this change, the sequence of messages should stop very soon

add a comment to start_threads() describing a current problem

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