You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2003/08/05 20:01:04 UTC

Race conditions in restarts

Does anyone know if there are any race conditions left in the graceful
restart code?  If so, what are the details.

Does this section of documentation have any relevance in 2.0:
http://httpd.apache.org/docs-2.0/stopping.html#race

Joshua.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: Race conditions in restarts

Posted by Jeff Trawick <tr...@attglobal.net>.
Joshua Slive wrote:

> Does anyone know if there are any race conditions left in the graceful
> restart code?  If so, what are the details.

CGI requests initiated during a graceful restart don't work as hoped for 
because the cgid daemon gets bounced before any pending cgi requests are 
handled.



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: Race conditions in restarts

Posted by Jeff Trawick <tr...@attglobal.net>.
Joshua Slive wrote:

> Does anyone know if there are any race conditions left in the graceful
> restart code?  If so, what are the details.

CGI requests initiated during a graceful restart don't work as hoped for 
because the cgid daemon gets bounced before any pending cgi requests are 
handled.