Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Parallel::ForkManager and system "command",@args;

by salva (Canon)
on Jan 13, 2006 at 18:34 UTC ( [id://523053]=note: print w/replies, xml ) Need Help??


in reply to Parallel::ForkManager and system "command",@args;

instead of Parallel::ForkManager you can use Proc::Queue:
use Proc::Queue size => 5, qw(system_back); for my $args (@args) { system_back $cmd, @{$args}; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 02:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found