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 UTCThis 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 UTCThis module can execute an external process, monitor its state, get its results and, if needed, kill it prematurely and remove its results. There are, of course, many modules that cover similar functionality, including functions directly built-in in ...
TULSOFT/Proc-Async-0.2.0 - 29 May 2013 07:32:56 UTCProc::BackOff is a base module meant to be directly inherited from and then modified by overloading the calculate_back_off object method. Use: Proc::BackOff::Linear, Proc::BackOff::Random, or Proc::BackOff::Exponential. Any success "$obj->success()" ...
DLO/Proc-BackOff-0.02 - 13 Aug 2007 04:35:53 UTCA 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 UTCVVELOX/Proc-ProcessTable-ncps-0.1.0 - 28 Aug 2019 07:03:45 UTC
VVELOX/Proc-ProcessTable-piddler-0.2.0 - 04 Sep 2019 05:04:28 UTC
VVELOX/Proc-ProcessTable-Colorizer-0.4.0 - 15 Aug 2019 22:29:24 UTC