]> granicus.if.org Git - apache/commit
Changed the threaded mpm to have child_main join to each of the
authorPaul J. Reder <rederpj@apache.org>
Sat, 14 Apr 2001 21:11:09 +0000 (21:11 +0000)
committerPaul J. Reder <rederpj@apache.org>
Sat, 14 Apr 2001 21:11:09 +0000 (21:11 +0000)
commit372c5854e8582ff67fe2dc04452ab33973a114bc
treee9811bd36b787b0e8afd6162960d0770b3692245
parent5c15c18ee7e21217989d39ffc91db7e66609f1fc
Changed the threaded mpm to have child_main join to each of the
worker threads to make sure the kids are all gone before child_main
exits after a signal (cleanup from perform_idle_server_maintenance).
This is an extension of Ryans recent commit to make the child_main
the signal thread.

But then thats what the new entry in the file says...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88859 13f79535-47bb-0310-9956-ffa450edef68
CHANGES