in reply to signal handler on NT
From the ActiveState documentation for Perl 5.6.1
Why doesn't signal handling work on Windows? Signals are unsupported by the Win32 API. The C Runtime provides crude + support for signals, but there are serious caveats, such as inabilit +y to die() or exit() from a signal handler. Perl itself does not guar +antee that signal handlers will not interrupt critical operations suc +h as memory allocation, which means signal invocation may throw perl +internals into disarray. For these reasons, signals are unsupported a +t this time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: signal handler on NT
by kabel (Chaplain) on Sep 17, 2002 at 21:02 UTC | |
by BrowserUk (Patriarch) on Sep 17, 2002 at 21:22 UTC | |
by kabel (Chaplain) on Sep 18, 2002 at 05:41 UTC |