diff options
author | Paul J. Reder <rederpj@apache.org> | 2001-04-14 23:11:09 +0200 |
---|---|---|
committer | Paul J. Reder <rederpj@apache.org> | 2001-04-14 23:11:09 +0200 |
commit | 372c5854e8582ff67fe2dc04452ab33973a114bc (patch) | |
tree | e9811bd36b787b0e8afd6162960d0770b3692245 /CHANGES | |
parent | Changed the threaded mpm to have child_main join to each of the (diff) | |
download | apache2-372c5854e8582ff67fe2dc04452ab33973a114bc.tar.xz apache2-372c5854e8582ff67fe2dc04452ab33973a114bc.zip |
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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |