https://bugzilla.redhat.com/show_bug.cgi?id=997549 Bug ID: 997549 Summary: Review Request: perl-Parallel-Runner - An object to manage running things in parallel processes Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: paul@xxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: http://subversion.city-fan.org/repos/cfo-repo/perl-Parallel-Runner/branches/fedora/perl-Parallel-Runner.spec SRPM URL: http://www.city-fan.org/~paul/extras/perl-Parallel-Runner/perl-Parallel-Runner-0.013-3.fc20.src.rpm Description: There are several other modules to do this, you probably want one of them. This module exists as a super-specialized parallel task manager. You create the object with a process limit and callbacks for what to do while waiting for a free process slot, as well as a callback for what a process should do just before exiting. You must explicitly call $runner->finish() when you are done. If the runner is destroyed before its children are finished, a warning will be generated and your child processes will be killed, by force if necessary. If you specify a maximum of 1 then no forking will occur, and run() will block until the coderef returns. You can force a fork by providing a boolean true value as the second argument to run(), which will force the runner to fork before running the coderef; however, run() will still block until the child exits. Fedora Account System Username: pghmcfc This is needed for Fennec, a well-regarded test framework. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=s6pND4VM1B&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review