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

Search results for "module:Proc::Background"

Proc::Background - Generic interface to Unix and Win32 background process management River stage two • 9 direct dependents • 18 total dependents

This is a generic interface for placing processes in the background on both Unix and Win32 platforms. This module lets you start, kill, wait on, retrieve exit values, and see if background processes still exist....

NERDVANA/Proc-Background-1.32 - 22 Apr 2023 21:30:00 UTC

Proc::Background::Unix - Unix-specific implementation of process create/wait/kill River stage two • 9 direct dependents • 18 total dependents

This module does not have a public interface. Use Proc::Background....

NERDVANA/Proc-Background-1.32 - 22 Apr 2023 21:30:00 UTC

Proc::Background::Win32 - Windows-specific implementation of process create/wait/kill River stage two • 9 direct dependents • 18 total dependents

This module does not have a public interface. Use Proc::Background....

NERDVANA/Proc-Background-1.32 - 22 Apr 2023 21:30:00 UTC

lib/Proc/JobQueue/BackgroundQueue.pm River stage one • 1 direct dependent • 1 total dependent

This is a job queue module for jobs that will be run in the background. "checkjobs()" needs to be called periodically to start new jobs. When all the jobs are queued, a call to "finish()" will block until all the jobs have completed. The "finish()" m...

MUIR/Proc-JobQueue-0.903 - 03 Mar 2012 07:01:03 UTC

Proc::Simple - launch and control background processes River stage one • 5 direct dependents • 5 total dependents

The Proc::Simple package provides objects mimicing real-life processes from a user's point of view. A new process object is created by $myproc = Proc::Simple->new(); Either external programs or perl subroutines can be launched and controlled as proce...

MSCHILLI/Proc-Simple-1.32 - 16 Nov 2015 05:27:40 UTC

Proc::PersistentControl - Start and Control Background Processes ("jobs", process groups) River stage zero No dependents

WARNING: This module (and its pod) is beta. The method that is used by this module is calling for race conditions all over the place... Since version 1.0 most of these should be found. But there will still be bugs. This module creates background proc...

MSTAATS/Proc-PersistentControl-1.4 - 07 Aug 2015 13:34:04 UTC

Proc::JobQueue::Sort - sort files in the background River stage one • 1 direct dependent • 1 total dependent

This is a subclass of Proc::JobQueue::Job. In the background, sort the input files into the output. using the unix sort(1) command. The $opts parameter is not used but must be a hash reference. The $config parameter must be a hash reference and the f...

MUIR/Proc-JobQueue-0.903 - 03 Mar 2012 07:01:03 UTC

Proc::Short - return short system calls with options River stage zero No dependents

The Proc::Short is intended to be an extension of the backticks operator in PERL which incorporates a number of options, including collecting STDOUT and STDERR separately -- plus timeout and automatic retries. A new process object is created by $mypr...

JHKIM/Proc-Short-0.01 - 28 Dec 1999 00:28:48 UTC

Proc::Queue - limit the number of child processes running River stage one • 1 direct dependent • 1 total dependent

This module lets you parallelise a perl program using the "fork", "exit", "wait" and "waitpid" calls as usual but without taking care of creating too many processes and overloading the machine. It redefines perl "fork", "exit", "wait" and "waitpid" c...

SALVA/Proc-Queue-1.23 - 07 Jan 2008 22:38:00 UTC

Proc::Govern - Run child process and govern its various aspects River stage one • 4 direct dependents • 4 total dependents

Proc::Govern is a child process manager. It is meant to be a convenient bundle (a single parent/monitoring process) for functionalities commonly needed when managing a child process. It comes with a command-line interface, govproc. Background story: ...

PERLANCAR/Proc-Govern-0.213 - 23 Feb 2024 02:00:05 UTC

Proc::JobQueue - job queue with dependencies, base class River stage one • 1 direct dependent • 1 total dependent

Generic queue of "jobs". Most likely to be subclassed for different situations. Jobs are registered. Hosts are registered. Jobs may or may not be tied to particular hosts. Jobs are started on hosts. Jobs may or may not have dependencies on each other...

MUIR/Proc-JobQueue-0.903 - 03 Mar 2012 07:01:03 UTC

Proc::Reliable - Run external processes reliably with many options. River stage one • 2 direct dependents • 2 total dependents

A new process object is created by $myproc = Proc::Reliable->new(); The default will run a subprocess only once with a 60-second timeout. Either shell-like command lines or references to perl subroutines can be specified for launching a process in ba...

DGOLD/Proc-Reliable-1.16 - 24 Nov 2003 07:57:47 UTC

Proc::Launcher - yet another forking process controller River stage zero No dependents

This library is designed to fork one or more long-running background processes and to manage them. This includes starting, stopping, and automatically restarting processes--even those that don't behave well. The pid of the forked child processes are ...

VVU/Proc-Launcher-0.0.37 - 14 Feb 2015 20:59:40 UTC

Proc::JobQueue::Command - run shell commands in the background River stage one • 1 direct dependent • 1 total dependent

This is a subclass of Proc::JobQueue::Job. In the background, run a command-line command....

MUIR/Proc-JobQueue-0.903 - 03 Mar 2012 07:01:03 UTC

Proc::DaemonLite - Simple server daemonisation module River stage zero No dependents

Proc::DaemonLite is a basic server daemonisation module that trys to cater for most basic Perl daemon requirements. The POD for this module is incomplete, as is some of the tidying of the code. It is however fully functional. This is a pre-release in...

NICOLAW/Proc-DaemonLite-0.01 - 11 Feb 2007 15:16:06 UTC

Proc::JobQueue::Sequence - do a sequence of background jobs River stage one • 1 direct dependent • 1 total dependent

This is a subclass of Proc::JobQueue::Job. In the background, do a sequence of jobs. If a job fails, the jobs later in the sequence are cancelled....

MUIR/Proc-JobQueue-0.903 - 03 Mar 2012 07:01:03 UTC

No::Worries::Proc - process handling without worries River stage one • 6 direct dependents • 7 total dependents

This module eases process handling by providing high level functions to start, monitor and stop processes. All the functions die() on error. It also provides the $No::Worries::Proc::Transient variable that indicates, after a fork(), which process is ...

LCONS/No-Worries-1.7 - 15 Oct 2021 07:10:13 UTC

Proc::JobQueue::Move - move files from one place to another River stage one • 1 direct dependent • 1 total dependent

This is a subclass of Proc::JobQueue::Job. In the background, move a file to a new location (possibly on a new host). "scp" will be used to move files to remote locations. The trust relationships must already exist. Files will be compressed in transi...

MUIR/Proc-JobQueue-0.903 - 03 Mar 2012 07:01:03 UTC
18 results (0.028 seconds)