Thread Kill von Threads (4 answers)
Opened by wenze at 2007-03-09 16:09

bloonix
 2007-03-09 19:24
#74886 #74886
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Hallo,

[quote=wenze,09.03.2007, 15:09]Sobald ich den kill hander aktiviere knallt es.[/quote]
was meinst du damit? Wie aktivierst du ihn? Sendest du testweise ein
HUP an den Prozess oder ist die Zuweisung

Code: (dl )
1
2
local $SIG{HUP} = 'IGNORE';
$SIG{HUP} = \&SIGKILL_handler;


zwischenzeitlich auskommentiert und wenn du es einkommentierst,
knallt es? Zudem verstehe ich nicht ganz, weshalb du $SIG{HUP}
zuerst 'IGNORE' zuweist und direkt danach eine Subref?!

Gruss,
opi\n\n

<!--EDIT|opi|1173464826-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread Kill von Threads