On Fri, 26 Jan 2001, Doug MacEachern wrote:

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

I know that :)

But it still might be useful for:

1. Those who have a huge code base and want an external solution instead
going to fish in the code and place the checking code.

2. Those who need mod_cgi back compatibility (and there are many who needs
that) (of course they can use if $ENV{MOD_PERL} but still they have to
find all the right place to plug the checking.

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/  


Reply via email to