in reply to Re^2: running a function for different list parallely using fork
in thread running a function for different list parallely using fork
One thing that is not clear to me, how it will handle the running of regressions in case number of lists in @teslLists is odd (i.e 3 or 5 or 7). because at last, only one list will be left. so will below line will run only last list even though we have passed 2 to run in parallel.
my $pm = Parallel::ForkManager->new( 2 );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: running a function for different list parallely using fork
by ikegami (Patriarch) on Mar 22, 2023 at 19:50 UTC |