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.
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.