At 04:44 PM 5/31/2005, [EMAIL PROTECTED] wrote: >After some more digging, it *appears* that "apache -k restart" WILL do a >graceful restart of Apache2 on Windoze.
Of course it will. >Can anyone confirm this please? And are there any "gotcha's" to watch out >for? Can someone explain exactly how this works? eg if I am in the middle >of a "chunk" (or series) of work with a web browser and one of the >tomcats, will it restart in the middle of that? It has nothing to do with Tomcat [in fact it's mildly off-topic here.] Essentially, the old child with multiple workers is told to quit it, so it stops accepting requests, and fulfills all the pending requests it accept()ed. And a new child is kicked off to serve all future incoming requests. Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]