From: Paul J. Reder Date: Sat, 14 Apr 2001 21:11:09 +0000 (+0000) Subject: Changed the threaded mpm to have child_main join to each of the X-Git-Tag: 2.0.17~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=372c5854e8582ff67fe2dc04452ab33973a114bc;p=apache 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 --- diff --git a/CHANGES b/CHANGES index 1665719787..8786951866 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 2.0.17-dev + *) 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. + *) Add more options to the ap_mpm_query function. This also allows MPMs to report if their threads are dynamic or static. Finally, this also implements a new API, ap_show_mpm, which returns the MPM that was