]> granicus.if.org Git - apache/commit
fix "long lost child came home!" messages after a graceful restart with
authorGreg Ames <gregames@apache.org>
Wed, 23 Oct 2002 21:16:01 +0000 (21:16 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 23 Oct 2002 21:16:01 +0000 (21:16 +0000)
commit8ecc269ba9d727e339e2e9124a3aa909077aafa4
treeb7adc5c02fd04283957080fa297d6a96a11b3b92
parent74d8971f72bcd38467b717d7787112bf7b4987dc
fix "long lost child came home!" messages after a graceful restart with
MaxClients (== ap_daemons_limit) lowered.  This leaves junk at the end of
the formerly used part of the scoreboard.  If you then decide to raise
MaxClients via graceful, the junk prevents those scoreboard slots from
being used.

This should not impact performance because find_child_by_pid stops its
search when it sees a matching pid.  If we don't have a match, something
else is busted.

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