]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit36f40b25bd2228eb707413762dc4eefcb1776cf8
tree694105285fcd61f7b6a36c030c8f48d19b3f9ed2
parentdef45b3e4c7f83de843fa46ed746f2949e81190a
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