mire wrote:
> I wish to know 2 things about mod_perl
> 
> 1) what happens when you set an alarm for lets say 30 seconds and the request
> finishes in 20 ? Since apache child is very likely still alive is mod_perl too ?

You don't set alarm around the request, do you? You set the alarm for a 
certain code snippet and you reset it to 0 when it's done before the 
alarm went off. For runaway process control, see Apache::Watchdog::RunAway

> 2) does apache child die when you issue die; from perl code (mod_perl
> ofcourse) ?

It does not, see:
http://perl.apache.org/preview/modperl-docs/dst_html/docs/1.0/guide/porting.html#die___and_mod_perl


__________________________________________________________________
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