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

Search results for "reaper"

reaper - support for reaping child processes via $SIG{CHLD} River stage zero No dependents

reaper is just a backwards-compatibility wrapper for Reaper -- turns out that only 'pragmas' are supposed to be named in lower case, so I renamed reaper to Reaper. But existing code contains 'use reaper', so this allows such code to work without chan...

JGS/Reaper-1.00 - 10 Apr 2007 05:38:06 UTC - Search in distribution
  • Reaper - support for reaping child processes via $SIG{CHLD}

Package::Reaper - pseudo-garbage-collection for packages River stage two • 3 direct dependents • 23 total dependents

This module allows you to create simple objects which, when destroyed, delete a given package. This lets you approximate lexically scoped packages....

RJBS/Package-Generator-1.106 - 29 Dec 2013 03:09:56 UTC - Search in distribution

System::Command::Reaper - Reap processes started by System::Command River stage two • 7 direct dependents • 90 total dependents

The System::Command objects delegate the reaping of child processes to System::Command::Reaper objects. This allows a user to create a System::Command and discard it after having obtained one or more references to its handles connected to the child p...

BOOK/System-Command-1.122 - 04 Feb 2023 21:40:33 UTC - Search in distribution

lib/MogileFS/Worker/Reaper.pm River stage one • 7 direct dependents • 7 total dependents

DORMANDO/MogileFS-Server-2.73 - 19 Jan 2018 21:43:02 UTC - Search in distribution

lib/MogileFS/Worker/Reaper.pm River stage zero No dependents

BRADFITZ/mogilefs-server-2.17 - 03 Jul 2007 19:37:51 UTC - Search in distribution

client_reaper.pl - Delete Sessionless Clients in a Territory. River stage one • 1 direct dependent • 1 total dependent

Crawl the territory of the broker given in the "MyBroker@MyHost:1234" argument and delete all sessionless clients. The localhost is used when no host is provided after "@". The default broker is used when no broker is specified....

DYACOB/Aw-0.16.7 - 20 Feb 2003 14:31:15 UTC - Search in distribution

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlepigraphs - list of Perl release epigraphs
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)

perlfaq8 - System Interaction River stage zero No dependents

This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

helios.pl - Launch a daemon to service jobs in the Helios job processing system River stage one • 5 direct dependents • 5 total dependents

The helios.pl program, given a Helios service class, will launch a daemon to service Helios jobs of that class. The number of worker processes to run concurrently and various other parameters are set via a helios.ini file and the Helios collective da...

LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC - Search in distribution

IT::perlfaq3 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Net::SNMP::Mixin - mixin framework for Net::SNMP River stage two • 16 direct dependents • 16 total dependents

Net::SNMP implements already the methods to retrieve raw SNMP values from the agents. With the help of specialized mixins, the access to these raw SNMP values is simplified and necessary calculations on these values are already done for gaining high ...

GAISSMAI/Net-SNMP-Mixin-0.14 - 04 Jul 2016 12:58:08 UTC - Search in distribution

LaBrea::NetIO River stage zero No dependents

NetIO contains TCP client and server modules used by Tarpit modules. NetIO has available for EXPORT, any variable from the standard Socket.pm module. $error=open_listen_sock(HANDLE,address,port); Opens a server listening socket on HANDLE input: HANDL...

MIKER/LaBrea-Tarpit-1.36 - 02 Nov 2008 02:09:43 UTC - Search in distribution

Proc::Fork::Control River stage zero No dependents

Proc::Fork::Control is a simple to use library which functions much the same way as Proc::Fork. That said, Proc::Fork is not used, as fork() is accessed directly. Proc::Fork::Control allows you to manage forks, control number of children allowed, mon...

CFABER/Proc-Fork-Control-1.6 - 14 Dec 2015 16:41:34 UTC - Search in distribution

POE::Sugar::Attributes - Subrouting Attributes for common POE tasks River stage one • 3 direct dependents • 4 total dependents

MNUNBERG/POE-Sugar-Attributes-0.02 - 21 Dec 2011 03:33:51 UTC - Search in distribution

perfSONAR_PS::Services::LS::LS - A module that provides methods for the perfSONAR-PS Single Domain Lookup Service (LS). River stage zero No dependents

This module, in conjunction with other parts of the perfSONAR-PS framework, handles specific messages from interested actors in search of data and services that are registered with the LS. There are four major message types that this service can act ...

PERFSONAR/perfSONAR_PS-Services-LS-0.09 - 05 Apr 2008 21:56:07 UTC - Search in distribution

Gearman::WorkerSpawner - Subprocess manager for Gearman workers in a Danga::Socket environment River stage zero No dependents

Launches subclasses of Gearman::Worker in their own processes for communication with a gearmand. External Gearman servers may be used, or one can be created for the lifetime of the spawner....

ATHOMASON/Gearman-WorkerSpawner-2.17 - 09 Mar 2016 01:48:16 UTC - Search in distribution

TestRail::Utils::Lock - Pick high priority cases for execution and lock them via the test results mechanism. River stage zero No dependents

Lock a test case via usage of the test result field. Has a hard limit of looking for 250 results, which is the only weakness of this locking approach. If you have other test runners that result in such tremendous numbers of lock collisions, it will r...

TEODESIAN/TestRail-API-0.052 - 11 Sep 2022 00:30:51 UTC - Search in distribution

XAS::Lib::Net::Server - A basic network server for the XAS Environment River stage one • 6 direct dependents • 6 total dependents

This module implements a simple text orientated network protocol. Data is sent out as delimited strings. Which means every string has a consistent EOL. These strings may be formatted, such as JSON. This module inherits from XAS::Lib::POE::Session....

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

lib/App/ClusterSSH.pm River stage zero No dependents

This is the core for App::ClusterSSH. You should probably look at cssh instead....

DUNCS/App-ClusterSSH-4.16 - 20 Jun 2020 09:43:52 UTC - Search in distribution

DiaColloDB::WWW::Server - diachronic collocation db, www wrappers: rudimentary standalone http server River stage zero No dependents

DiaColloDB::WWW::Server implements a rudimentary standalone HTTP server providing a simple web-service API and user interface for local DiaColloDB diachronic collocation index directories, including various online visualization modes. See dcdb-www-se...

MOOCOW/DiaColloDB-WWW-0.02.005 - 14 Dec 2020 10:05:04 UTC - Search in distribution
23 results (0.033 seconds)