in reply to Problem timing out XML::LibXML parsing
I'm not completely sure, but isn't there something about signals in Perl having been changed so that they are only returned when you are somewhere safe in Perl. Deferred_Signals_(Safe_Signals)
There's a environment variable (PERL_SIGNALS) you can set to unsafe that disables this behavior. That might allow you to test if alarm is being affected by this feature.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem timing out XML::LibXML parsing
by hobbs (Monk) on Feb 04, 2009 at 00:54 UTC |