Search results for "module:Daemon::Generic"
Daemon::Generic::Event - Generic daemon framework with Event.pm
Daemon::Generic::Event is a subclass of Daemon::Generic that predefines some methods: gd_run() Setup a periodic callback to "gd_run_body()" if there is a "gd_run_body()". Call "Event::loop()". gd_setup_signals() Bind SIGHUP to call "gd_reconfig_event...
MUIR/Daemon-Generic-0.85 - 16 Jul 2017 00:37:41 UTC
Daemon::Generic::While1 - Daemon framework with default while(1) loop
This is a slight variation on Daemon::Generic: a default "gd_run()" provided. It has a while(1) loop that calls "gd_run_body()" over and over. It checks for reconifg and and terminate events and only actions them between calls to "gd_run_body()". Ter...
MUIR/Daemon-Generic-0.85 - 16 Jul 2017 00:37:41 UTC
Daemon::Generic::AnyEvent - Generic daemon framework with AnyEvent.pm
Daemon::Generic::AnyEvent is a subclass of Daemon::Generic that predefines some methods: gd_run() Setup a periodic callback to "gd_run_body()" if there is a "gd_run_body()". Call "Event::loop()". gd_setup_signals() Bind SIGHUP to call "gd_reconfig_ev...
MUIR/Daemon-Generic-0.85 - 16 Jul 2017 00:37:41 UTC
XPC::Daemon - XML Procedure Call daemon class
This class is a generic XPC-over-HTTP server daemon. Use the "add_procedure" method to give it specific functionality....
GREGOR/XPC-0.2 - 13 Apr 2001 11:35:13 UTC
App::Daemon - Start an Application as a Daemon
"App::Daemon" helps running an application as a daemon. The idea is that you prepend your script with the use App::Daemon qw( daemonize ); daemonize(); and 'daemonize' it that way. That means, that if you write use App::Daemon qw( daemonize ); daemon...
MSCHILLI/App-Daemon-0.22 - 25 Sep 2014 06:14:50 UTC
Net::Daemon - Perl extension for portable daemons
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most co...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC
Ubic::Daemon - daemon management utilities
This module provides functions which let you daemonize any binary or perl coderef. Main source of knowledge if daemon is still running is pidfile, which is locked all the time after daemon was created. Note that pidfile format is unreliable and can c...
MMCLERIC/Ubic-1.60 - 24 Aug 2016 22:44:09 UTC
Author::Daemon - daemon's helpful creations
A place to store my things! Over the years I realized I was in the habbit of rewriting a lot of common functionalities that on there own did not warrent a fully fledged module, simply due to them requiring expansion of functionality, more git reposit...
DAEMON/Author-Daemon-0.001 - 09 May 2022 14:21:16 UTC
Net::Daemon::Log - Utility functions for logging
Net::Daemon::Log is a utility class for portable logging messages. By default it uses syslog (Unix) or Win32::EventLog (Windows), but logging messages can also be redirected to stderr or a log file. Generic Logging $self->Log($level, $msg, @args); Th...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC
Net::Daemon::SSL - perl extensions for portable ssl daemons
This class implements an IO::Socket::SSL functionality for Net::Daemon class. See perldoc Net::Daemon for more information about Net::Daemon usage....
MKUL/Net-Daemon-SSL-1.0 - 14 Jun 2000 11:54:57 UTC
HTTP::Server::Daemon - Start an Application as a Daemon
Help running an application as a daemon....
CHENGANG/HTTP-Server-Encrypt-0.12 - 18 Mar 2014 05:54:18 UTC
Ubic::Daemon::OS::Linux - linux-specific daemonize helpers
These functions use "/proc" virtual filesystem for some operations. There is another "Ubic::Daemon::OS::POSIX" module, which is more generic and should work on all POSIX-compatible systems. But this module is older and supposedly more stable. (Also, ...
MMCLERIC/Ubic-1.60 - 24 Aug 2016 22:44:09 UTC
POE::Component::Daemon::Win32 - Run POE as a Windows NT/2000/XP service
POE::Component::Daemon::Win32 enables POE scripts to run as services via the Win32::Daemon module by Dave Roth. Full event-based callbacks are available on service state changes....
PGUZIS/POE-Component-Daemon-Win32-0.01 - 15 Nov 2003 02:40:44 UTC
File::VirusScan::Engine::Daemon - File::VirusScan::Engine class for scaning daemons
File::VirusScan::Engine::Daemon provides a base class and utility methods for implementing File::VirusScan support for daemon-based virus scanners....
DSKOLL/File-VirusScan-0.105 - 06 Jul 2022 13:47:56 UTC
SyslogScan::Daemon::SpamDetector - Notice spammers in the log files
SyslogScan::Daemon::SpamDetector is a plugin for SyslogScan::Daemon that watches log files for indications of Spam. To do it's job it uses additional plugins....
MUIR/SyslogScan-Daemon-SpamDetector-0.56 - 28 Mar 2008 05:26:00 UTC