in reply to Re^2: Help with Fork bomb
in thread Help with Fork bomb
Parricide? I suppose, but if you set up proper handling of SIGCHLD in your code and have a plan of what to do you should be OK.
# ---- yadayadayada # # Handler for SIGCHLD $SIG{CHLD}=sub { # do something here } ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Help with Fork bomb
by Anonymous Monk on Aug 30, 2012 at 20:47 UTC | |
by ww (Archbishop) on Aug 30, 2012 at 22:47 UTC |