]> granicus.if.org Git - apache/commit
Fix a hang condition with graceful restart and prefork MPM
authorJeff Trawick <trawick@apache.org>
Mon, 18 Mar 2002 18:24:55 +0000 (18:24 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 18 Mar 2002 18:24:55 +0000 (18:24 +0000)
commit364f44f0c9fea0b8d49a1591f0b83d6091a0288c
tree7444b3658c759f74f5410f75a5db6756fd399c9b
parent5e47d3ae52799cc1bd22014a20e8199439d30b66
Fix a hang condition with graceful restart and prefork MPM
in the situation where MaxClients is very high but
much fewer servers are actually started at the time of the
restart.

The way we notify an entire generation to die at once is
changed so that we don't have to use the pod (and deal with
the ease of filling the kernel pipe buffer).

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