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

Search results for "module:Parallel::"

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

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

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

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

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

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

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

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 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::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

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

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

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::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::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::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

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

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::Runner - An object to manage running things in parallel processes. River stage two • 2 direct dependents • 10 total dependents

There are several other modules to do this, you probably want one of them. This module exists as a super specialised parallel task manager. You create the object with a process limit and callbacks for what to do while waiting for a free process slot,...

EXODIST/Parallel-Runner-0.014 - 25 Apr 2024 15:11:41 UTC

Seshat::Parallel - Perl extension for Seshat River stage zero No dependents

This is an extension for Seshat, it introduces multiple , simultaneous, log writing. The module uses a list of filenames given by the user and, every time its required, the modulo writes the string to all the filenames specified....

BMAVT/Seshat-Parallel-1.01 - 09 Nov 2000 15:16:48 UTC
149 results (0.024 seconds)