]> granicus.if.org Git - apache/commitdiff
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)
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

diff --git a/CHANGES b/CHANGES
index 16657197870935cf9e2d88a3faa608517ad7a204..878695186664abf1b32a0680f06cd9b39076d7ee 100644 (file)
--- 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