From: Doug MacEachern Date: Sun, 26 Aug 2001 01:24:41 +0000 (+0000) Subject: didt pay attention to the first question; pretty sure answer is no X-Git-Tag: 2.0.25~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc90fc000d3c6ade61121a76885b25b97609f7e4;p=apache didt pay attention to the first question; pretty sure answer is no git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90673 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 18244a2703..fad12dcf45 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -755,7 +755,7 @@ static void *start_threads(apr_thread_t *thd, void * dummy) my_info->sd = 0; apr_thread_create(&listener, thread_attr, listener_thread, my_info, pchild); while (1) { - /* Does ap_threads_per_child include the listener thread? */ + /* ap_threads_per_child does not include the listener thread */ for (i = 0; i < ap_threads_per_child; i++) { int status = ap_scoreboard_image->servers[child_num_arg][i].status;