]> granicus.if.org Git - apache/commit
Implement a graceful-stop for the worker MPM. We close our listeners, and then
authorColm MacCarthaigh <colm@apache.org>
Sat, 27 Aug 2005 23:22:50 +0000 (23:22 +0000)
committerColm MacCarthaigh <colm@apache.org>
Sat, 27 Aug 2005 23:22:50 +0000 (23:22 +0000)
commitfec621ccba7a20c66dcdbe5a0bbf7f6d0f8d5592
tree02d1dc489df94bf2cef43e7873ae580c2db6385a
parentde0b459ab09ee3f1e5bf4eeb530eadec355e2e12
Implement a graceful-stop for the worker MPM. We close our listeners, and then
ask each child process to do the same. We then monitor until all children have
exited.

The change to ap_start_shutdown(void) to ap_start_shutdown(int) may look like
an external API change, but the function is defined static, and used only in
one place.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@241819 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mpm_common.xml
server/mpm/worker/mpm.h
server/mpm/worker/worker.c