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:Acme-Ghost ABALAMA"

Acme::Ghost - An yet another view to daemon processes River stage zero No dependents

An yet another view to daemon processes new my $g = Acme::Ghost->new( name => 'myDaemon', user => 'nobody', group => 'nogroup', pidfile => '/var/run/myDaemon.pid', logfile => '/var/log/myDaemon.log', ident => 'myDaemon', logopt => 'ndelay,pid', facil...

ABALAMA/Acme-Ghost-1.01 - 26 Jan 2024 16:50:01 UTC

Acme::Ghost::Log - Simple logger River stage zero No dependents

Acme::Ghost::Log is a simple logger for Acme::Ghost logging after daemonization new my $log = Acme::Ghost::Log->new( logopt => 'ndelay,pid', facility => 'user', level => 'debug', ident => 'test.pl', ); With default attributes use Mojo::Log; my $log =...

ABALAMA/Acme-Ghost-1.01 - 26 Jan 2024 16:50:01 UTC

Acme::Ghost::FilePid - The Pid File simple interface River stage zero No dependents

This software manages a pid file for you. It will create a pid file, query the process within to discover if it's still running, and remove the pid file. new my $fp = Acme::Ghost::FilePid->new; my $fp = Acme::Ghost::FilePid->new( file => '/var/run/da...

ABALAMA/Acme-Ghost-1.01 - 26 Jan 2024 16:50:01 UTC

Acme::Ghost::Prefork - Pre-forking ghost daemon River stage zero No dependents

Pre-forking ghost daemon (server)...

ABALAMA/Acme-Ghost-1.01 - 26 Jan 2024 16:50:01 UTC
4 results (0.031 seconds)