The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Proc::Spawn"

Proc::Spawn - Run external programs River stage zero No dependents

Proc::Spawn runs external programs, like ls and telnet. The process id of the spawned programs and IO::Handle objects are returned. The spawn function should be used for most purposes. It returns three IO::Handle objects for stdin, stdout, and stderr...

GARROW/Proc-Spawn-1.03 - 01 Jun 2001 12:11:50 UTC

Proc::FastSpawn - fork+exec, or spawn, a subprocess as quickly as possible River stage two • 3 direct dependents • 17 total dependents

The purpose of this small (in scope and footprint) module is simple: spawn a subprocess asynchronously as efficiently and/or fast as possible. Basically the same as calling fork+exec (on POSIX), but hopefully faster than those two syscalls. Apart fro...

MLEHMANN/Proc-FastSpawn-1.2 - 10 Jun 2013 03:03:26 UTC

Proc::Topus - Spawn worker processes with IPC built-in River stage zero No dependents

Proc::Topus spawns one or more worker processes from one or more worker groups. Each worker process is pre-allocated a pair of filehandles for communicating with the initial master process. An intermediate loader process is also created in order to t...

PRAVUS/Proc-Topus-0.02 - 07 Jan 2014 14:53:04 UTC

Proc::SyncExec - Spawn processes but report exec() errors River stage one • 4 direct dependents • 4 total dependents

This module contains functions for synchronized process spawning with full error return. If the child's exec() call fails the reason for the failure is reported back to the parent. These functions will croak() if they encounter an unexpected system e...

ROSCH/Proc-SyncExec-1.01 - 05 Feb 2005 14:07:40 UTC

Proc::Fork - simple, intuitive interface to the fork() system call River stage two • 4 direct dependents • 11 total dependents

This module provides an intuitive, Perl-ish way to write forking programs by letting you use blocks to illustrate which code section executes in which fork. The code for the parent, child, retry handler and error handler are grouped together in a "fo...

ARISTOTLE/Proc-Fork-0.808 - 03 Sep 2022 17:52:47 UTC

Proc::Class - OO interface for process management River stage zero No dependents

Proc::Class is a simple OO wrapper for IPC::Open3, POSIX.pm, and more. THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE...

TOKUHIROM/Proc-Class-0.05 - 18 Oct 2011 23:07:35 UTC

Proc::Swarm - intelligently handle massive multi-processing on one machine River stage zero No dependents

This module provides some fairly fine control over heavy-duty multiprocessing work. This is probably most useful in two general cases: a multi-CPU system that doesn't distribute load in a single process across all CPUs, and programs that need to do a...

DIEDERICH/Proc-Swarm-1.161060 - 15 Apr 2016 23:15:16 UTC

Proc::Command - backtick that does not use the shell for Perl under Windows River stage zero No dependents

Some Perls under Microsoft windows suffers disabilities over Unix Perls. One particular disability is a backtick without the console. Altough the Microsoft console, may be started without a window (start command with /b option or spawn program call),...

SOFTDIA/Proc-Command-0.04 - 27 Jul 2003 17:24:58 UTC

Proc::Safetynet - POE-based utility for supervising processes River stage zero No dependents

Proc::Safetynet is a utility framework for building programs that supervises or "babysits" other processes. Supervision tasks can include process management (start / stop) and program provisioning (add / remove applications). Proc::Safetynet is espec...

DTADY/Proc-Safetynet-0.04 - 14 Jan 2009 12:53:30 UTC

Proc::PID::File - a module to manage process id files River stage two • 12 direct dependents • 33 total dependents

This Perl module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances. The module accomplishes this via *nix-style *pidfiles*, which are files that sto...

DMITRI/Proc-PID-File-1.29 - 11 Jul 2018 11:53:46 UTC

lib/Proc/Safetynet/POEWorker.pm River stage zero No dependents

DTADY/Proc-Safetynet-0.04 - 14 Jan 2009 12:53:30 UTC

POE::Component::Supervisor::Supervised::Proc - A supervision descriptor for UNIX processes. River stage one • 2 direct dependents • 2 total dependents

This is a factory object that creates POE::Component::Supervisor::Handle::Proc objects....

ETHER/POE-Component-Supervisor-0.09 - 14 May 2015 06:30:49 UTC
12 results (0.036 seconds)