Re: alarm w/in mod_perl?

2001-02-12 Thread Vivek Khera
> "SL" == Steven Lembark <[EMAIL PROTECTED]> writes: SL> does apache swallow SIGALRM during its normal operation? SL> can't find any reference to alarm or ALRM in eagle; doesn't SL> mean i havn't missed something... go to the guide, and type "alarm" in the first search box (the nextrieve sea

alarm w/in mod_perl?

2001-02-12 Thread Steven Lembark
does apache swallow SIGALRM during its normal operation? can't find any reference to alarm or ALRM in eagle; doesn't mean i havn't missed something... using: sub blah { recalculate time-based items that change hourly; alarm $next_time_to_run - ti