]> granicus.if.org Git - apache/commitdiff
didt pay attention to the first question; pretty sure answer is no
authorDoug MacEachern <dougm@apache.org>
Sun, 26 Aug 2001 01:24:41 +0000 (01:24 +0000)
committerDoug MacEachern <dougm@apache.org>
Sun, 26 Aug 2001 01:24:41 +0000 (01:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90673 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 18244a2703ac3902a92f7a16a005a3c36d474060..fad12dcf45e05e582a1aeb2e2908def53b7ffb23 100644 (file)
@@ -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;