Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Protection from zombies

by mda2 (Hermit)
on May 16, 2005 at 22:58 UTC ( [id://457596]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $SIG{CHLD} = sub { 
          my $pid = waitpid(-1, 0);
           print ">> eof PID $pid -> $?\n";
       };
    
  2. or download this
      PARENT: PID is 3433
      CHILD: PID is 3434, PPID is 3433
    >> eof pid 3434 -> 0
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://457596]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found