mire wrote:
> 1) what happens when you set an alarm for lets say 30 seconds and the request
> finishes in 20 ?

You are supposed to unset the alarm if the event you were timing 
finishes before it goes off.

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

No, only when you call exit or child_terminate().

- Perrin




Reply via email to