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

Search results for "parallel"

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 - Search in distribution

Parallel::MPI - Perl interface to the MPI message passing system River stage zero No dependents

The following is a summary of the available constants and functions:...

JOSH/Parallel-MPI-0.03 - 12 Apr 2002 02:57:35 UTC - Search in distribution

Parallel::Map - Multi processing parallel map code River stage one • 1 direct dependent • 1 total dependent

All subroutines match Future::Utils "fmap_" subroutines of the same name. pmap_void pmap_void { <block returning future> } foreach => \@input; pmap_void { <block returning future> } generate => sub { <iterator> } pmap_scalar pmap_scalar { <block retu...

MSTROUT/Parallel-Map-0.000002 - 05 Apr 2020 03:13:30 UTC - Search in distribution

Parallel::Pvm - Perl extension for the Parallel Virtual Machine (PVM) Message Passing System River stage zero No dependents

The PVM message passing system enables a programmer to configure a group of (possibly heterogenous) computers connected by a network into a parallel virtual machine. The system was developed by the University of Tennessee, Oak Ridge National Laborato...

DLECONTE/Parallel-Pvm-1.4.0 - 13 Feb 2006 05:34:28 UTC - Search in distribution

LWP::Parallel - Extension for LWP to allow parallel HTTP and FTP access River stage one • 2 direct dependents • 3 total dependents

Introduction ParallelUserAgent is an extension to the existing libwww module. It allows you to take a list of URLs (it currently supports HTTP, FTP, and FILE URLs. HTTPS might work, too) and connect to all of them _in parallel_, then wait for the res...

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC - Search in distribution

Parallel::Boss - manage worker processes River stage zero No dependents

Module running specified number of worker processes....

ZWON/Parallel-Boss-0.03 - 19 Nov 2016 14:07:57 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Parallel::Tiny River stage zero No dependents

Provides a simple, no frills fork manager....

SUTT/Parallel-Tiny-1.00 - 08 Apr 2017 23:09:08 UTC - Search in distribution

Proc::Parallel - run multiple commands and process their output in parallel River stage one • 2 direct dependents • 2 total dependents

This module is a wrapper around an asynchronous IO library. It provides an easy interface for starting a bunch of commands and processing each line of output from those commands. It uses IO::Event::Callback. When the last of the commands finish, "Eve...

MUIR/Proc-Parallel-0.601 - 19 Jun 2011 05:10:52 UTC - Search in distribution

Quiq::Parallel - Parallele Verarbeitung River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

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 - Search in distribution

subs::parallel - enables subroutines to seamlessly run in parallel River stage zero No dependents

This module gives Perl programmers the ability to easily and conveniently create multi-threaded applications through parallel subroutines. Parallel subroutines are just plain old subroutines which happen to run in another thread. When called, they re...

NILSONSFJ/subs-parallel-0.09 - 30 Nov 2015 19:27:13 UTC - Search in distribution

urpm::parallel - Run an urpmi command in parallel on a number of hosts River stage zero No dependents

POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over is the last thing in the document?!...

TVIGNAUD/urpmi-v8.131 - 13 Apr 2023 20:20:10 UTC - Search in distribution

Parallel::Async - run parallel task with fork to simple. River stage zero No dependents

Parallel::Async is yet another fork tool. Run parallel task with fork to simple. See also Parallel::Async::Task for more usage....

KARUPA/Parallel-Async-0.03 - 08 Oct 2013 13:00:22 UTC - Search in distribution

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 - Search in distribution

Parallel::Loops - Execute loops using parallel forked subprocesses River stage one • 1 direct dependent • 1 total dependent

Often a loop performs calculations where each iteration of the loop does not depend on the previous iteration, and the iterations really could be carried out in any order. This module allows you to run such loops in parallel using all the CPUs at you...

PMORCH/Parallel-Loops-0.12 - 09 Jan 2024 19:49:02 UTC - Search in distribution

Parallel::Pipes - parallel processing using pipe(2) for communication and synchronization River stage zero No dependents

NOTE: Parallel::Pipes provides low-level interfaces. If you are interested in using Parallel::Pipes, you may want to look at Parallel::Pipes::App instead, which provides more friendly interfaces. Parallel processing is essential, but it is also diffi...

SKAJI/Parallel-Pipes-0.200 - 18 Mar 2023 01:17:11 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution
806 results (0.142 seconds)