]> granicus.if.org Git - apache/commit
When firing up a new child process, wipe clean the set of worker_score records
authorBrian Havard <bjh@apache.org>
Sat, 23 Feb 2002 11:52:14 +0000 (11:52 +0000)
committerBrian Havard <bjh@apache.org>
Sat, 23 Feb 2002 11:52:14 +0000 (11:52 +0000)
commitdb9c39eb24f7debb3d83a03c66d567a40f18f230
treef4a681789ce7833595a99227348cfb0a318272a5
parent2e9c2804aceb5708a4c486715086ecc11b72d8bc
When firing up a new child process, wipe clean the set of worker_score records
we're going to use as they could contain leftovers from a previous child.
This solves a problem where a non-graceful restart followed by a graceful
restart would leave previous generation children stuck waiting for non-existant
worker threads to terminate.

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