|
Posted by R Krause on 11/30/06 04:42
petersprc wrote:
> As far as I know, in the event of a disconnect, Apache will send a
> SIGTERM to the child, and then, if needed, wait up to approximately 3
> seconds and send a SIGKILL. Your CGI could handle the SIGTERM and do
> any required cleanup. It could also leave behind a long-running process
> using the "at now" command.
>
> Some more info here:
>
> http://mail-archives.apache.org/mod_mbox/www-apache-bugdb/200107.mbox/%3C20010723003312.54024.qmail@apache.org%3E
Excellent link. That's still one of my fave bug reports for Apache 1.3.
It's interesting to think it was submitted in 2001 and yet that feature
has still never been implemented properly to date. :)
Btw, I'd never heard anyone suggest 'at now' before. That sounds like a
very suitable workaround. I'll have to give it a try.
--Randall
Navigation:
[Reply to this message]
|