Thread so lange eine Funktion ausführen bis fork beendet.
(9 answers)
Opened by quetzalcoatl at 2004-04-03 17:36
naja, die pid hast du ja im parent-programm - mach ein kill SIGNAL, $childpid if $childpid;
SIGNAL musst du nachgucken, mit kill -l z.b. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |