Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: forkManager PID 1 less than top

by vsespb (Chaplain)
on Oct 02, 2013 at 17:43 UTC ( [id://1056656]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use Parallel::ForkManager;
    
    ...
        $pm->finish; # Terminates the child process
      }
     $pm->wait_all_children;
    
  2. or download this
    exec $^X, '-e', 'while(){}';
    
  3. or download this
    exec "perl -e 'while(){}'";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found