You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2005/06/27 23:37:12 UTC

Re: svn commit: r202027 - in /httpd/httpd/trunk: CHANGES server/mpm_common.c

At 02:26 PM 6/27/2005, Paul Querna wrote:

>It would work, but it doesn't make any difference.  The request is not
>actually served.  The child pops out of accept(), and notices that it
>needs to die.

HUH?  Perhaps true of shutdown, but if graceful works that
way, we are screwed.  Graceful expects all requests to serve
without taking a hiccup.  Once accept()ed, another listening
child doesn't get a chance to play catch.

Bill