in reply to Fork multi processes
my $p = Net::OpenSSH::Parallel->new(workers => 5); for my $host (@hosts) { $p->add_host($host); } $p->all(rsync_put => $src, $dst); $p->run;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Fork multi processes
by saurya1979 (Initiate) on May 04, 2012 at 08:26 UTC | |
by Anonymous Monk on May 04, 2012 at 10:55 UTC | |
by salva (Canon) on May 04, 2012 at 08:33 UTC | |
by saurya1979 (Initiate) on May 04, 2012 at 09:13 UTC | |
by saurya1979 (Initiate) on May 04, 2012 at 08:29 UTC | |
by salva (Canon) on May 04, 2012 at 15:27 UTC |