in reply to Re: switch through ganglia with perl
in thread switch through ganglia with perl

// was a tipo :). well actually i am doing that but on every ganglia(node), so if i have 5 ganglia x 8 child(fork) that is 40 proc. so from what i can see -> Parallel::ForkManager <- is a typical forking module. does it automatically switches through nodes ?

update : thank you ++

Replies are listed 'Best First'.
Re^3: switch through ganglia with perl
by Corion (Patriarch) on Jul 25, 2009 at 17:24 UTC

    I linked to the documentation of Parallel::ForkManager for a reason. You will need to give it the hostnames in the strings of the commands you want to run in parallel.