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 "distribution:Supervisor KESTEB"

Supervisor - A process to supervisor other processes River stage zero No dependents

A supervisor is a process that controls other processes. One of the most well known ones is /sbin/init, which is ran by the *nix kernel to set up the initial environment. Init is also used to monitor and keep processes running when they exit. While t...

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::Log - A simple logger for the Supervisor environment River stage zero No dependents

The supervisor captures the stdout and stderr streams from each managed process and redirects them into a log file. The logfile name can be specified. This module inherits from the Badger::Log::File module. It specifies a logging format and overrides...

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::Base - The base environment for the Supervisor River stage zero No dependents

This is the base module for the Supervisor environmnet. It provides some global error messages and one method to retrieve config values. It also inherits all the properties of Badger::Base....

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::Class - A Perl extension for the Supervisor environment River stage zero No dependents

This module inherits from Badger::Class and exposes the additinoal constants and utiltiy functions that are needed by the Supervisor environment....

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::Utils - Usefull utility routines for the Supervisor River stage zero No dependents

This module provides a set of basic utilities that don't depend on a blessed object to function. These utilites currently only provide functions to manipulate the global $ENV variable....

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::Process - Defines a managed process for the Supervisor environment River stage zero No dependents

A managed process is an object that knows how to start/stop/reload and return the status of that process. How the object knows what to do, is defined by the parameters that are set when the object is created. Those parameters are as follows. PARAMETE...

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::Session - Base class for all POE Sessions. River stage zero No dependents

This module provides an object based POE session. This object will already have these events/methods defined. _session_start This event will run for the initial POE "_start" event. It will define a alias for the session. The session's alias will use ...

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::Constants - Define useful constants for the Supervisor River stage zero No dependents

This module defines some useful constants that are used thru out the supervisor environment....

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::Controller - Controls the Superviors environment River stage zero No dependents

This module is designed to control multiple managed processes. It will attempt to keep them running. Additionally it will shut them down when the supervisor is signalled to stop. The following signals will start the shutdown actions: INT TERM HUP QUI...

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::RPC::Client - The client interface to the Supervisors environment River stage zero No dependents

This is the client module for external access to the Supervisor. It provides methods to start/stop/reload and retrieve the status of managed processes....

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::RPC::Server - A RPC interface to the Superviors environment River stage zero No dependents

This module allows the supervisor environment to interface with external agents. This is done thru a limited RPC interface. The RPC format is based on JSON-RPC v2.0....

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC

Supervisor::ProcessFactory - factory method to load processes River stage zero No dependents

This module will take a configuration file and initilize all the managed processes defined within. The configuration follows the familiar Win32 .ini format. It is based, partially, on the configuration file used by the Supervisord project. Here is an...

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC
12 results (0.025 seconds)