The following module was proposed for inclusion in the Module List:

  modid:       Proc::ParallelLoop
  DSLIP:       bdpfp
  description: Execute loops in parallel
  userid:      BDARRAH (Byron Darrah)
  chapterid:    4 (Operating_System_Interfaces)
  communities:
    [EMAIL PROTECTED]

  similar:
    Proc::Swarm Proc::Queue

  rationale:

    This module takes an approach to parallel worker processes based on
    the classic programming construct, "pardo". Instead of explicitly
    setting up and interacting with a queue object, coders can write a
    more natural-looking loop that somewhat resembles "for" or "foreach"
    which just happens to execute the loop body in a very controlled,
    parallel fashion.

    All exit statuses, standard output, and error output from
    parallelized work is automatically serialized to further strengthen
    the semantic resemblence to normal loops. This should be a benefit
    to developers seeking alternatives for simplifying the readability
    of code and program output, and in updating existing code to take
    advantage of parallel worker processes.

  enteredby:   BDARRAH (Byron Darrah)
  enteredon:   Thu Mar 13 00:53:23 2003 GMT

The resulting entry would be:

Proc::
::ParallelLoop    bdpfp Execute loops in parallel                    BDARRAH


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=5b300000_9f9aaca960431437&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=5b300000_9f9aaca960431437&SUBMIT_pause99_add_mod_insertit=1

Reply via email to