]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
First pass at the pipe_of_death logic for the prefork MPM. This does
authorRyan Bloom <rbb@apache.org>
Thu, 7 Jun 2001 00:09:16 +0000 (00:09 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 7 Jun 2001 00:09:16 +0000 (00:09 +0000)
commit931fe85b8df29fdbd47c6d3f6b4f724d8c6b8645
tree55a283a367792e78a0bbc97e577545675b5d4c76
parent06ca840aa4e1037d1d282603196461b2b2107120
First pass at the pipe_of_death logic for the prefork MPM.  This does
pass some initial testing, but it needs to be banged on more.  It looks
like if the server gets a lot of requests to restart all at once, there
are potential problems, but other than that this does seem to solve our
current restart issues.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89282 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
include/mpm_common.h
server/mpm/prefork/mpm.h
server/mpm/prefork/prefork.c
server/mpm_common.c