in reply to Re^3: Killing Forks
in thread Killing Forks
else { local $SIG {ALRM} = sub { print "$node KILLED $$\n"; exit(1)}; alarm 20; eval { ## child does... exit !&GetSvrStatus($node); }; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Killing Forks
by jbert (Priest) on Aug 14, 2007 at 16:15 UTC | |
|
Re^5: Killing Forks
by cdarke (Prior) on Aug 14, 2007 at 16:18 UTC |