]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* core/mpm: add hook 'child_stopped` that gets called when the MPM has
authorStefan Eissing <icing@apache.org>
Thu, 24 Feb 2022 11:53:53 +0000 (11:53 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 24 Feb 2022 11:53:53 +0000 (11:53 +0000)
commit2e239ed8e65a0a7cc5f12d64b4d21cc92ab08709
treeedbc212c0d79ec080b86549310bd4cca55ef4a5b
parent80a4538022762794dc9e04dd5886a9bfce61418d
  * core/mpm: add hook 'child_stopped` that gets called when the MPM has
    stopped all processing in a child process. This is when all running
    threads shall be stopped and joined.
    [Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898369 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/mpm_child_stopped.txt [new file with mode: 0644]
include/ap_mmn.h
include/mpm_common.h
server/mpm/event/event.c
server/mpm/prefork/prefork.c
server/mpm/winnt/child.c
server/mpm/worker/worker.c
server/mpm_common.c