From: Greg Ames Date: Mon, 23 Apr 2001 04:19:18 +0000 (+0000) Subject: further testing shows processes w/no worker threads hanging around...eeeew. X-Git-Tag: 2.0.18~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2905bfe789515eb7bdb621bb97babf7639e7239c;p=apache further testing shows processes w/no worker threads hanging around...eeeew. disabling the quiesce limit for now pending more sleep/debugging. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/threaded/threaded.c b/server/mpm/threaded/threaded.c index 050435a2c7..d0d197f8b8 100644 --- a/server/mpm/threaded/threaded.c +++ b/server/mpm/threaded/threaded.c @@ -593,9 +593,6 @@ static void * worker_thread(void * dummy) } if (ap_scoreboard_image->global.quiescing_pid == 0) { - /* yeah, I realize there's a race condition here, but it works - * out OK without serialization */ - ap_scoreboard_image->global.quiescing_pid = ap_my_pid; } apr_pool_destroy(tpool); ap_update_child_status(process_slot, thread_slot, SERVER_DEAD,