The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Parallel::Jobs"

Parallel::Jobs - run jobs in parallel with access to their stdout and stderr River stage zero No dependents

The Parallel::Jobs module allows you to run multiple jobs in parallel with fine-grained control over their stdin, stdout and stderr. That control is the biggest difference between this module and others such as Parallel::ForkManager. You can specify ...

JIK/Parallel-Jobs-0.09 - 18 Apr 2013 13:37:51 UTC

Parallel::QueueWorker - Simple worker support do jobs in parallel processes. River stage zero No dependents

DOGGY/Parallel-QueueWorker-0.001 - 29 Jan 2012 15:13:19 UTC

Log::Parallel - cluster computing framework River stage zero No dependents

This is the main driver module at the heart of a cluster computing framework used for batch log processing. It sets things up, figures out what jobs can run and in what order, and queues them up to run. Everything it does is driven from the configura...

MUIR/Log-Parallel-0.303 - 08 Aug 2009 21:53:00 UTC

Net::OpenSSH::Parallel - Run SSH jobs in parallel River stage one • 1 direct dependent • 1 total dependent

Run this here, that there, etc. "Net::OpenSSH::Parallel" is an scheduler that can run commands in parallel in a set of hosts through SSH. It tries to find a compromise between being simple to use, efficient and covering a good part of the problem spa...

SALVA/Net-OpenSSH-Parallel-0.14 - 04 Dec 2015 13:57:48 UTC

Test::Parallel - simple object interface to launch unit test in parallel River stage zero No dependents

Test::Parallel is a simple object interface used to launch test in parallel. It uses Parallel::ForkManager to launch tests in parallel and get the results. Alias for basic methods are available ok is isnt like unlike cmp_ok is_deeply...

ATOOMIC/Test-Parallel-0.20 - 31 May 2012 14:32:35 UTC

Parallel::Subs - Simple way to run subs in parallel and process their return value in perl River stage zero No dependents

Parallel::Subs is a simple object interface used to launch test in parallel. It uses Parallel::ForkManager to launch subs in parallel and get the results....

ATOOMIC/Parallel-Subs-0.002 - 20 Mar 2018 20:18:01 UTC

Parallel::Batch - Run a large number of similar processes using bounded parallelism River stage one • 2 direct dependents • 3 total dependents

Parallel::Batch solves a common problem allowing modern multi-CPU computers to be used efficiently: you have a large number of independent pieces of data that all need to be processed somehow, and can run several of these processes at the same time. ...

SACAVILIA/Parallel-Batch-0.04 - 16 Apr 2014 23:13:34 UTC

Parallel::Queue - OO and imperitive interface for forking queues. River stage zero No dependents

This module is mostly boilerplate around fork, reporting the outcome of forked jobs. Jobs arrive either as coderefs or objects that can "next_job" (blessed coderefs which cannot "next_job" are treated as ordinary coderefs). Jobs can be dispatched wit...

LEMBARK/Parallel-Queue-v4.0.5 - 06 Mar 2022 16:57:39 UTC

Parallel::Forker - Parallel job forking and management River stage one • 2 direct dependents • 2 total dependents

Parallel::Forker manages parallel processes that are either subroutines or system commands. Forker supports most of the features in all the other little packages out there, with the addition of being able to specify complicated expressions to determi...

WSNYDER/Parallel-Forker-1.260 - 23 May 2020 15:55:35 UTC

Parallel::Simple - the simplest way to run code blocks in parallel River stage zero No dependents

I generally write my scripts in a linear fashion. Do A, then B, then C. However, I often have parts that don't depend on each other, and therefore don't have to run in any particular order, or even linearly. I could save time by running them in paral...

ODIGITY/Parallel-Simple-0.01 - 22 Nov 2005 09:39:26 UTC

Parallel::Workers - run worker tasks in parallel. Worker task is a plugin that you can implement. The availables are Eval for CODE, SSH and XMLRPC. River stage zero No dependents

This *Parallel::Workers* allow you to run multiples tasks in parallel with or without error check (see *Parallel::Workers::Transaction*). You can specify maxworkers value that limit the max parallel task (threads pool). You can specify the backend th...

EVALETO/Parallel-Workers-0.0.9 - 11 Apr 2007 21:15:45 UTC

Parallel::Pvm::Scheduler - Perl extension for distributing jobs through PVM River stage zero No dependents

Parallel-Pvm-Scheduler is a module designed to allow one to distribute a large number of independent jobs across a cluster using PVM. It first queries the number of available machines in the cluster, then submits exactly 1 jobs per available machine....

GOLHARAM/Parallel-Pvm-Scheduler-0.01 - 06 Oct 2006 16:04:51 UTC

Makefile::Parallel - A distributed parallel makefile River stage zero No dependents

AMBS/Makefile-Parallel-0.09 - 12 Oct 2015 17:10:14 UTC

Parallel::SubArray - Execute forked subref array and join return values, timeouts and error captures. River stage zero No dependents

I want fast, safe, and simple parallelism. Current offerings did not satisfy me. Most are not enough while remaining are too complex or tedious. Palallel::SubArray scratches my itch: forking, joining, timeouts, return values, and error handling done ...

SIZUR/Parallel-SubArray-0.6 - 11 Feb 2009 06:38:51 UTC

Parallel::Iterator - Simple parallel execution River stage two • 6 direct dependents • 12 total dependents

This module provides a 'parallel map'. Multiple worker processes are forked so that many instances of the transformation function may be executed simultaneously. For time consuming operations, particularly operations that spend most of their time wai...

ARISTOTLE/Parallel-Iterator-1.002 - 09 Aug 2022 22:36:21 UTC

Parallel::Supervisor - Manage a collection of child (worker) processes River stage zero No dependents

This module provides a simple way to manage a collection of jobs and monitor their output. The Supervisor will track whether each job has been launched and provide a pipe to allow the parent to read from the child. Each record has a name (id) which m...

KLYNC/Parallel-Supervisor-0.03 - 23 Aug 2010 17:45:44 UTC

Parallel::Mpich::MPD - Mpich MPD wrapper River stage zero No dependents

This *Parallel::Mpich::MPD*, a wrapper module for MPICH2 Process Management toolkit from <http://www-unix.mcs.anl.gov/mpi/mpich2/>. The wrapper include the following tools: basic configuration, mpdcheck, mpdboot, mpdcleanup, mpdtrace, mpdringtest, mp...

ALEXMASS/Parallel-Mpich-MPD-0.9.3 - 07 Jun 2007 10:01:36 UTC

Parallel::ThreadContext - Framework for easy creation of multithreaded Perl programs. River stage zero No dependents

This module provides a framework and some utilities for easy creation of multithreaded Perl programs. It introduces and uses the concept of context based concurrent threads. A context specifies a kind of name and work space for thread execution and c...

TSAFSERGE/Parallel-ThreadContext-0.01 - 18 Feb 2010 02:53:09 UTC

Parallel::PreForkManager - A manager for pre-forked child worker processes River stage zero No dependents

Once upon a time, there were X modules on CPAN for managing worker processes, none of the ones I looked at worked in quite the way I wanted, so now there are X+1. Easy management of child worker processes. This module manages a pool of child worker p...

MBRADSHAW/Parallel-PreForkManager-1.20180106 - 06 Jan 2018 04:19:47 UTC

Parallel::Queue::Manager - dispatching object for Parallel::Queue. River stage zero No dependents

LEMBARK/Parallel-Queue-v4.0.5 - 06 Mar 2022 16:57:39 UTC
32 results (0.047 seconds)