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 "dist:XAS KEVIN"

XAS - Middleware for Datacenter Operations River stage one • 6 direct dependents • 6 total dependents

XAS is middleware for datacenter operations. Every datacenter has those little one off scripts that perform some important task. Most of them were written on the fly, to automate some specific task. These scripts have grown organically, they may have...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Base - The base class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module defines a base class for the XAS Environment and inherits from Badger::Base <https://metacpan.org/pod/Badger::Base>. The package variable $PARAMS is used to hold the parameters that this class uses for initialization. Due to the pseudo in...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Class - A Perl extension for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module ties the XAS environment to the base Badger object framework. It exposes the defined constants and utilities that reside in XAS::Constants and XAS::Utils. Which inherits from Badger::Constants <https://metacpan.org/pod/Badger::Constants> ...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Utils - A Perl extension for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module provides utility routines that can by loaded into your current namespace....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Factory - A factory system for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module is a factory system for the XAS environment. It will load and initialize modules on demand. The advantage is that you don't need to load all your modules at the beginning of your program. You also don't need to know where individual modul...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Singleton - A singleton class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

There can only be one... A singleton class for the XAS environment....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::XML - A class to manipulate XML documents River stage one • 6 direct dependents • 6 total dependents

This module is able to load, parse and validate a xml document....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Exception - The base exception class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module defines a base exception class for the XAS Environment and inherits from Badger::Exception <https://metacpan.org/Badger::Exception>. The only differences is that it turns stack tracing on by default....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Constants - A Perl extension for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module provides various constants for the XAS enviromnet. It inherits from Badger::Constants <https://metacpan.org/pod/Badger::Constants> and also provides these additional constants. EXPORT RPC_JSON RPC_DEFAULT_PORT RPC_DEFAULT_ADDRESS RPC_ERR_...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Log - A class for logging in the XAS Environment River stage one • 6 direct dependents • 6 total dependents

This module defines a simple logger for messages generated by an application. It is intentionally very simple in design, providing the bare minimum in functionality with the possibility for extension by sub-classing....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::App - The base class to write procedures within the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module defines a base class for writing procedures. It provides signal handling, options processing, along with a exit handler....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Pipe - Interact with named pipes River stage one • 6 direct dependents • 6 total dependents

The module provides a POE based framework for reading and writing to named pipes....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Apps::Init - A class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

The procedure will check and create /var/run/xas and /var/lock/xas. This is needed on systemd systems. On systemd systems, these directories are mounted on filesystems the use tmpfs. So a system reboot removes them....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Batch - A class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This is a class for accessing a batch system. Batch systems are a controlled way to run jobs in the background. Depending on how the batch system is setup you may have access to hundreds of systems to run jobs on. These jobs can then controlled by is...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Apps::Alert - A class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module is used to send an alert from the command line....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Spawn - A class to spawn detached processes within the XAS environment River stage one • 6 direct dependents • 6 total dependents

This class spawns a process to run in the back ground in a platform independent way. Mixins are loaded to handle the differences between Unix/Linux and Windows....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Pidfile - A class to manage pid files within XAS River stage one • 6 direct dependents • 6 total dependents

This class will manage pid files for XAS. It loads mixins for individual platforms to help with determining if a process is already running. It uses discretionary directory locking to control access to the pid files....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::WS::Exec - A class to execute commands over WS-Manage River stage one • 6 direct dependents • 6 total dependents

This class inherits from XAS::Lib::WS::RemoteShell and uses the same parameters. It also implements an interface similar to XAS::Lib::SSH::Client::Exec. This is to allow code to operate in a similar manner. Thus, the same code base can interact with ...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Lockmgr - The base class for locking within XAS River stage one • 6 direct dependents • 6 total dependents

This module provides a general purpose locking mechanism to protect shared resources. It is rather interesting to ask a developer how they protect global shared data. They usually answer, "what do you mean by "global shared data" ?". Well, for those ...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Service - A class to interact with Services River stage one • 6 direct dependents • 6 total dependents

This module provides a generic interface to "Services". A Service is a managed background process. It responds to external events. On Windows this would be responding to commands from the SCM. On Unix this would be responding to a special set of sign...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC
98 results (0.027 seconds)