]> granicus.if.org Git - apache/commit
Remove all signal handling from the worker MPM's child processes. Instead,
authorRyan Bloom <rbb@apache.org>
Mon, 11 Feb 2002 04:56:10 +0000 (04:56 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 11 Feb 2002 04:56:10 +0000 (04:56 +0000)
commit1703da8e3787f59093eaaa3c78b43230cf0ff7d3
tree0b65381a63fe374a4a647cea344a47fdbf3def0d
parent115d0c95b98035eeaaf50968bb51fad1f74197ca
Remove all signal handling from the worker MPM's child processes.  Instead,
we use the pipe of death for all communication between parent and child.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93358 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/mpm/worker/Makefile.in
server/mpm/worker/mpm.h
server/mpm/worker/pod.c [new file with mode: 0644]
server/mpm/worker/pod.h [new file with mode: 0644]
server/mpm/worker/worker.c