On Tue, 9 Jan 2001, Stas Bekman wrote:

> I was rewriting the detecting 'STOP' button pressed section in the guide,
> to notice that Apache::SIG kills the process under Apache::Registry.
> 
> httpd.conf:
> 
>   PerlFixupHandler Apache::SIG

why are you using Apache::SIG at all?  its no longer required as of
1.3.6-ish.  if the client goes away writes are noops,  you can test
$r->connection->aborted if you want to know the client has gone away.

Reply via email to