Search results for "module:parallel fork"
Parallel::Fork::BossWorker - Perl extension for easiliy creating forking queue processing applications.
Parallel::Fork::BossWorker makes creating multiprocess applications easy. The module is designed to work in a queue style of setup; with the worker processes requesting 'work' from the boss process. The boss process transparently serializes and sends...
TWILDE/Parallel-Fork-BossWorker-0.05 - 04 Nov 2011 14:55:47 UTC
Parallel::Fork::BossWorkerAsync - Perl extension for creating asynchronous forking queue processing applications.
Parallel::Fork::BossWorkerAsync is a multiprocess preforking server. On construction, the current process forks a "Boss" process (the server), which then forks one or more "Worker" processes. The Boss acts as a manager, accepting jobs from the main p...
JVANNUCCI/Parallel-Fork-BossWorkerAsync-0.09 - 03 Jan 2017 07:08:53 UTC
Parallel::SubFork - Manage Perl functions in forked processes.
This module provides a simple wrapper over the module Parallel::SubFork::Task which in turns simplifies the usage of the system calls "fork" and "waitpid". The idea is to isolate the tasks to be execute in functions or closures and to execute them in...
POTYL/Parallel-SubFork-0.10 - 29 Jan 2010 15:31:00 UTC
Parallel::ForkControl - Finer grained control of processes on a Unix System
Parallel::ForkControl introduces a new and simple way to deal with fork()ing. The 'Code' parameter will be run everytime the run() method is called on the fork object. Any parameters passed to the run() method will be passed to the subroutine ref def...
BLHOTSKY/Parallel-ForkControl-0.5 - 15 Jun 2011 20:01:49 UTC
Parallel::ForkManager - A simple parallel processing fork manager
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. The code for a downloader w...
YANICK/Parallel-ForkManager-2.02 - 08 Oct 2018 23:21:03 UTC
Parallel::PreForkManager - A manager for pre-forked child worker processes
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::SubFork::Task - Run Perl functions in forked processes.
This module provides a simpler way to run arbitrary Perl code in a different process. This module consists of a fancy wrapper over the system calls "fork" and "waitpid". The idea is to execute any standard Perl function in a different process without...
POTYL/Parallel-SubFork-0.10 - 29 Jan 2010 15:31:00 UTC
Parallel::ForkManager::Child - role adopted by forked Parallel::ForkManager processes
When the parent Parallel::ForkManager object forks a child process, its forked incarnation consumes this role. The role doesn't do much: it changes the returning values of "is_child" and "is_parent" in the way you'd expect, change "start" so that it'...
YANICK/Parallel-ForkManager-2.02 - 08 Oct 2018 23:21:03 UTC
Parallel::ForkManager::Scaled - Run processes in parallel based on CPU usage
This module inherits from Parallel::ForkManager and adds the ability to automatically manage the number of processes running based on how busy the system is by watching the CPU idle time. Each time a child is about to be start()ed a new value for max...
JMCCARV/Parallel-ForkManager-Scaled-0.20 - 05 Dec 2018 16:43:36 UTC
Parallel::ForkManager::Segmented - use Parallel::ForkManager on batches / segments of items.
This module builds upon Parallel::ForkManager allowing one to pass a batch (or "segment") of several items for processing inside a worker. This is done in order to hopefully reduce the forking/exiting overhead....
SHLOMIF/Parallel-ForkManager-Segmented-0.10.1 - 28 Oct 2020 20:29:18 UTC
Parallel::ForkManager::Segmented::Base - base class for Parallel::ForkManager::Segmented
This module provides the new() and process_args() methods for Parallel::ForkManager::Segmented and for Parallel::Map::Segmented ....
SHLOMIF/Parallel-ForkManager-Segmented-Base-0.4.0 - 30 Sep 2020 13:25:44 UTC
App::CLI::Plugin::Parallel::ForkManager - for App::CLI::Extension fork plugin module
App::CLI::Plugin::Parallel::ForkManager - Parallel::ForkManager plugin module pm method setting __PACKAGE__->config( parallel_fork_manager => $maxprocs ); or if --maxprocs option is defined. it applies. # in MyApp/**.pm sub options { return ( "maxpro...
HOLLY/App-CLI-Plugin-Parallel-ForkManager-1.1 - 19 Sep 2011 02:00:26 UTC
Parallel::Async - run parallel task with fork to simple.
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::Tiny
Provides a simple, no frills fork manager....
SUTT/Parallel-Tiny-1.00 - 08 Apr 2017 23:09:08 UTC
Parallel::Pvm - Perl extension for the Parallel Virtual Machine (PVM) Message Passing System
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
Parallel::Subs - Simple way to run subs in parallel and process their return value in perl
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::Jobs - run jobs in parallel with access to their stdout and stderr
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.
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
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