Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Parallel::ForkManager 0.7.9

    Download button

    No screenshots available
    Downloads: 1,769  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Szabó, Balázs | More programs
    Perl Artistic License / FREE
    November 2nd, 2010, 10:15 GMT [view history]
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Parallel::ForkManager description

    A simple parallel processing fork manager

    Parallel::ForkManager is a simple parallel processing fork manager.

    SYNOPSIS

    use Parallel::ForkManager;

    $pm = new Parallel::ForkManager($MAX_PROCESSES);

    foreach $data (@all_data) {
    # Forks and returns the pid for the child:
    my $pid = $pm->start and next;

    ... do some work with $data in the child process ...

    $pm->finish; # Terminates the child process
    }


    This module is intended for use in operations that can be done in parallel where the number of processes to be forked off should be limited. Typical use is a downloader which will be retrieving hundreds/thousands of files.

    Product's homepage

    Requirements:

    · Perl

    What's New in This Release: [ read full changelog ]

    · - Exclude the example scripts from getting installed. (https://rt.cpan.org/Public/Bug/Display.html?id=62506)

      


    TAGS:

    parallel processing | fork manager | Perl module | module | parallel | processing

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM