DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10618>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10618 killing children takes too long Summary: killing children takes too long Product: Apache httpd-2.0 Version: 2.0.39 Platform: Alpha OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] when a child wont exit on its own, the timer gets way too large when trying to kill the child process, I had a log showing a process that wouldnt exit, and httpd decided that it had to kill it, and it sent the signal to kill the child then waited about 16 minutes till it checked if the process died... [Tue Jul 09 08:51:17 2002] [warn] child process 6668 still did not exit, sending a SIGTERM [Tue Jul 09 08:51:34 2002] [warn] child process 6668 still did not exit, sending a SIGTERM [Tue Jul 09 08:52:41 2002] [warn] child process 6668 still did not exit, sending a SIGTERM [Tue Jul 09 08:57:09 2002] [error] child process 6668 still did not exit, sending a SIGKILL the apache server did not process anymore requests till this finished (about 24 minutes after it started to kill the process) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
