Search results for "module:Proc::Daemon"
Proc::Daemon::Prefork - Create preforking, autoreloading daemon
PERLANCAR/Proc-Daemon-Prefork-0.711
-
08 Jul 2019 10:11:19 UTC
Proc::Application::Daemon - daemon class based on Proc::Application;
daemon class based on Proc::Application;...
MKUL/Proc-Application-0.01 - 28 Nov 2000 09:48:07 UTC
Proc::DaemonLite - Simple server daemonisation module
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::Fork - simple, intuitive interface to the fork() system call
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::Async - Running and monitoring processes asynchronously
This 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 UTC
Proc::Govern - Run child process and govern its various aspects
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.212 - 06 Aug 2021 13:34:35 UTC
Proc::Launcher - yet another forking process controller
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::Watchdog - Perl extension to implement (more) reliable watchdog of processes
This code implements a simple but effective mechanism to support Watchdogs in your code. A watchdog is a timer that fires a determined action after a timeout period has expired and can be used to recover hung processes. In our particular scenario, we...
LUISMUNOZ/Proc-Watchdog-1.01 - 23 Apr 2002 15:45:00 UTC
Proc::Daemontools - Perl interface for the functionalities of Daemontools
Proc::Daemontools requires that the Daemontools package be installed on your machine in order to function. It won´t even instantiate its object if it can´t find the Daemontools executables. It assumes 2 default directories: /usr/local/bin the directo...
BNEGRAO/Proc-Daemontools-1.06 - 12 Nov 2003 13:03:00 UTC
Proc::Safetynet - POE-based utility for supervising processes
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
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
No::Worries::Proc - process handling without worries
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::PidFile::Info - gather proces info from PID files
This module scans a list of PID file locations and/or directories containing PID files (such as "/var/run") and gathers information from the PID files it finds. The PID files must have a ".pid" extension. The name of the file (with the ".pid" extensi...
KIXX/Proc-PidFile-Info-0.02 - 21 Jun 2012 12:18:10 UTC
Proc::Launcher::Manager - manage multiple Proc::Launcher objects
This library makes it easier to deal with multiple Proc::Launcher processes by providing methods to start and stop all daemons with a single command. Please see the documentation in Proc::Launcher to understand how this these libraries differ from ot...
VVU/Proc-Launcher-0.0.37 - 14 Feb 2015 20:59:40 UTC