Proc::ParallelLoop

Parallel looping constructs for Perl programs
Download

Proc::ParallelLoop Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Byron Darrah
  • Publisher web site:
  • http://search.cpan.org/~bdarrah/

Proc::ParallelLoop Tags


Proc::ParallelLoop Description

Parallel looping constructs for Perl programs Proc::ParallelLoop is a Perl module that provides a way to easily write for loops and foreach loops that run with a controlled degree of parallelism. One very nice feature is that bufferring is used when necessary such that the output from STDERR and STDOUT looks exactly as if it was produced by running your subroutine on each parameter in plain old sequential fashion. Return status from each loop iteration is also preserved.SYNOPSIS use Proc::ParallelLoop pardo sub{loop_test}, sub{loop_update}, sub{ loop_body }; pareach array_ref, sub{ loop_body }; Requirements: · Perl


Proc::ParallelLoop Related Software