]> granicus.if.org Git - apache/commitdiff
further testing shows processes w/no worker threads hanging around...eeeew.
authorGreg Ames <gregames@apache.org>
Mon, 23 Apr 2001 04:19:18 +0000 (04:19 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 23 Apr 2001 04:19:18 +0000 (04:19 +0000)
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

server/mpm/threaded/threaded.c

index 050435a2c7517105e27ecf6f653fd5e8d72a7ed5..d0d197f8b8791514be59813c6b87c3d63178d836 100644 (file)
@@ -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,