Search results for "module:daemonize"
Daemon::Daemonize - An easy-to-use daemon(izing) toolkit
Daemon::Daemonize is a toolkit for daemonizing processes and checking up on them. It takes inspiration from <http://www.clapper.org/software/daemonize/>, MooseX::Daemon, Net::Server::Daemon A note about the "close" option If you're having trouble wit...
ROKR/Daemon-Daemonize-0.0052 - 09 Jun 2010 20:32:40 UTC
MooseX::Daemonize - Role for daemonizing your Moose based application
Often you want to write a persistent daemon that has a pid file, and responds appropriately to Signals. This module provides a set of basic roles as an infrastructure to do that....
ETHER/MooseX-Daemonize-0.22 - 07 Dec 2019 01:26:55 UTC
MooseX::Daemonize::Pid - PID management for MooseX::Daemonize
This is a very basic Pid management object, it doesn't do all that much, and mostly just serves as a base class for MooseX::Daemonize::Pid::File....
ETHER/MooseX-Daemonize-0.22 - 07 Dec 2019 01:26:55 UTC
Net::Server::Daemonize - Safe fork and daemonization utilities
This module is intended to let you simply and safely daemonize your server on systems supporting the POSIX module. This means that your Perl script runs in the background, and it's process ID is stored in a file so you can easily stop it later....
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
MooseX::Daemonize::Core - A Role with the core daemonization features
This is the basic daemonization Role, it provides a few methods (see below) and the minimum features needed to properly daemonize your code. Important Notes None of the methods in this role will exit the parent process for you, it only forks and deta...
ETHER/MooseX-Daemonize-0.22 - 07 Dec 2019 01:26:55 UTC
Test::MooseX::Daemonize - Tool to help test MooseX::Daemonize applications
This module provides some basic Test::Builder-compatible test methods to use when writing tests for your MooseX::Daemonize-based modules....
ETHER/MooseX-Daemonize-0.22 - 07 Dec 2019 01:26:55 UTC
App::CLI::Plugin::Daemonize - for App::CLI::Plugin::Extension daemonize plugin module
App::CLI::Plugin::Daemonize - daemonize plugin module daemonize method setting # enable daemonize __PACKAGE__->config( daemonize => 1 ); or if --daemonize option is defined. it applies. # in MyApp/**.pm sub options { return ( "daemonize" => "daemoniz...
HOLLY/App-CLI-Plugin-Daemonize-1.0 - 11 Aug 2010 15:17:48 UTC
App::Rad::Plugin::Daemonize - It's just an awesome plugin for Rad, that allows you to turn your Rad applications into daemons!
FCO/App-Rad-Plugin-Daemonize-0.1.7
-
04 Mar 2011 15:00:18 UTC
MooseX::Daemonize::Pid::File - PID file management for MooseX::Daemonize
This object extends MooseX::Daemonize::Pid to add persistence in a Pidfile. This class sets up some basic coercion routines for itself so that it can be created from a *Str* (a file name), *ArrayRef* (an array of path components for a filename) or a ...
ETHER/MooseX-Daemonize-0.22 - 07 Dec 2019 01:26:55 UTC
MooseX::Daemonize::WithPidFile - A Role with the core daemonization and pidfile management
This is a slightly extended basic daemonization Role, it provides Pidfile management along with the core daemonization features found in MooseX::Daemonize::Core....
ETHER/MooseX-Daemonize-0.22 - 07 Dec 2019 01:26:55 UTC