Race conditions in restarts

2003-08-14 Thread Joshua Slive
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.

Re: Race conditions in restarts

2003-08-06 Thread Jeff Trawick
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.