Jeff Trawick wrote:
On Thu, 02 Dec 2004 13:41:07 -0500, Stas Bekman <[EMAIL PROTECTED]> wrote:

Is there a difference between kill -HUP and httpd -k graceful? One user
has reported problems with using kill -HUP


graceful uses signal USR1; ungraceful restart uses HUP;

Thanks Jeff.

not expected that HUP would cause a crash

It's quite expected if it's ungraceful. I've reported this problem long long time ago. If something is run for longer than the shutdown is willing to wait after SIGKILL was sent (e.g. pool cleanups), SIGTERM is sent
and then crashes are normal. I can easily reproduce that at will.


Please see:
http://issues.apache.org/bugzilla/show_bug.cgi?id=23238

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to