Commit d0226ec8 authored by Greg Ames's avatar Greg Ames
Browse files

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
parent a4a1692f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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,