]> granicus.if.org Git - apache/commitdiff
Eliminated the extraneous code that caused each exiting worker to
authorBrian Pane <brianp@apache.org>
Tue, 16 Apr 2002 02:04:14 +0000 (02:04 +0000)
committerBrian Pane <brianp@apache.org>
Tue, 16 Apr 2002 02:04:14 +0000 (02:04 +0000)
wake up the next one in the list

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94666 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/leader/leader.c

index 3dbd33e3d19e49a7519ccb6b134a7e904d8ed5af..5407f2d8754078b89d919613d31c68a3c3225a45 100644 (file)
@@ -905,7 +905,6 @@ static void *worker_thread(apr_thread_t *thd, void * dummy)
  done:
     dying = 1;
     ap_scoreboard_image->parent[process_slot].quiescing = 1;
-    worker_stack_awaken_next(idle_worker_stack);
 
     ap_update_child_status_from_indexes(process_slot, thread_slot,
         (dying) ? SERVER_DEAD : SERVER_GRACEFUL, (request_rec *) NULL);