Re: alarm() in Apache::Registry

2000-01-18 Thread Doug MacEachern
On Thu, 13 Jan 2000, Bill Moseley wrote: At 08:50 AM 1/13/00 +0200, you wrote: Does anyone have experience using an alarm() call under Apache::Registry? http://perl.apache.org/guide/debug.html#Handling_the_server_timeout_case Should I set alarm(0) as my script "exits" o

Re: alarm() in Apache::Registry

2000-01-13 Thread Stas Bekman
At 08:50 AM 1/13/00 +0200, you wrote: Does anyone have experience using an alarm() call under Apache::Registry? http://perl.apache.org/guide/debug.html#Handling_the_server_timeout_case Should I set alarm(0) as my script "exits" or is it ok to leave it set? I'm using it to c

Re: alarm() in Apache::Registry

2000-01-13 Thread Matt Sergeant
On Thu, 13 Jan 2000, Stas Bekman wrote: In: http://perl.apache.org/guide/debug.html#Debugging_Signal_Handlers_SIG_ The Sys::Signal example is a bit confusing to me, as it uses $SIG{ALRM} in the example. Yet that seems like the one signal where you don't need to use Sys::Signal. Was

alarm() in Apache::Registry

2000-01-12 Thread John M Vinopal
Does anyone have experience using an alarm() call under Apache::Registry? Should I set alarm(0) as my script "exits" or is it ok to leave it set? I'm using it to cap runaway scripts. -j

Re: alarm() in Apache::Registry

2000-01-12 Thread Stas Bekman
Does anyone have experience using an alarm() call under Apache::Registry? http://perl.apache.org/guide/debug.html#Handling_the_server_timeout_case Should I set alarm(0) as my script "exits" or is it ok to leave it set? I'm using it to cap runaway scripts. Try http://www.singles