Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Fork limited childs and passing parameters

by salva (Canon)
on Nov 24, 2006 at 14:57 UTC ( [id://585893]=note: print w/replies, xml ) Need Help??


in reply to Fork limited childs and passing parameters

use Proc::Queue size => 4, qw(run_back waitpids); my @pids; for my $source (@sourceids) { push @pids, run_back { callScan($source); }; } waitpids(@pids);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 19:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found