You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Peter Bierman <pm...@sfgoth.com> on 1999/04/19 12:14:23 UTC

general/4270: comments in httpd_main.c are wrong

>Number:         4270
>Category:       general
>Synopsis:       comments in httpd_main.c are wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          doc-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Apr 19 03:20:00 PDT 1999
>Last-Modified:
>Originator:     pmb+apache@sfgoth.com
>Organization:
apache
>Release:        1.3.4
>Environment:
linux/ppc
>Description:
in reclaim_child_processes(), waittime starts at 16ms, and is multiplied by 4
each time through the loop. The comments in the switch statement say
(16, 82, 344, 1400, 6000, 14000). They should say (16, 64, 256, 1024, 4096, 16384).

I only noticed because my module takes > 1s to flush open db buffers, and was
generating "still did not exit..." messages in the logs, so I increased the
multiplier to 5.
>How-To-Repeat:

>Fix:
Fix the comments, or tell me that I flunk algebra class again.
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]