]> 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)
commit928aff8a025f6c85be22b47a110e09f55b9b8f8f
tree7444b3658c759f74f5410f75a5db6756fd399c9b
parent67f3ac2762df95771ad91fa3e54ef300dbbb4936
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