Thread Aufruf durch eval und alarm schützen: ... aber wie ... (18 answers)
Opened by Andreas_broti at 2005-09-29 09:37

renee
 2005-09-30 12:18
#58454 #58454
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Zitat aus Winfaq5 (ActiveState):
Code: (dl )
1
2
3
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 inability to die() or exit() from a signal handler. Perl itself does not guarantee that signal handlers will not interrupt critical operations such as memory allocation, which means signal invocation may throw perl internals into disarray. For these reasons, signals are unsupported at this time.
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Aufruf durch eval und alarm schützen: ... aber wie ...