DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41743>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41743

           Summary: Graceful restarts don't effect children in keepalive
                    until they exit
           Product: Apache httpd-2
           Version: 2.2.4
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: prefork
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


If I do a graceful restart, any children in keepalive will not exit until they
exit due to keepalive timeout/maxrequests or are killed.

I tested it, and a child in keepalive will keep running after the graceful until
killed manually, or the keep alive timeout or maxrequests limits are hit.

Graceful should avoid killing a current request, but keepalive connections may
be killed at any time when inactive; it should kill a child when it is not
currently servicing a request.

If I make a change to httpd.conf and do a graceful, and test in my browser, I
get the behavior specified by the old version of httpd.conf until the child
exits - this makes debugging difficult and means I need to wait an excessive
amount of time before changes take effect. Depending on what I am doing on the
server - I might have to wait before proceeding to prevent users from getting
bad/missing content, etc.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to