Commit 13dabfa9 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix a comment describing how we kill off a single child process


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89416 13f79535-47bb-0310-9956-ffa450edef68
parent 51f6ee55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -985,7 +985,7 @@ static void perform_idle_server_maintenance(apr_pool_t *p)
    }
    ap_max_daemons_limit = last_non_dead + 1;
    if (idle_count > ap_daemons_max_free) {
	/* kill off one child... we use SIGWINCH because that'll cause it to
	/* kill off one child... we use the pod because that'll cause it to
	 * shut down gracefully, in case it happened to pick up a request
	 * while we were counting
	 */