[Catalyst] timeouts

Carl Franks fireartist at gmail.com
Fri Apr 14 19:34:21 CEST 2006


On 14/04/06, Nilson Santos Figueiredo Junior <acid06 at gmail.com> wrote:

> Remember that alarm() isn't safe under Win32 (as almost anything else
> regarding signals). Actually, the last time I tried, it didn't even
> work.

$ENV{PERL_SIGNALS} = 'unsafe';
will get alarm to work on win32

I've used it successfully before, though I don't know what effects the
'unsafe' setting might have.

Carl



More information about the Catalyst mailing list