Search results for "module:File::Pid"
PID::File - PID files that guard against exceptions.
Creating a pid file, or lock file, should be such a simple process. See Daemon::Control for a more complete solution for creating daemons (and pid files). After creating a pid file, if an exception is thrown (and the $pid_file goes out of scope) the ...
CAGAO/PID-File-0.32 - 25 Aug 2012 01:36:58 UTC
File::Pid - Pid File Manipulation
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 $pidfile = File::Pid->new; my $thisfile = File::Pid->new({ file => '/var/run/daemon.pid',...
CWEST/File-Pid-1.01 - 11 Jan 2005 13:06:36 UTC
Proc::PID::File - a module to manage process id files
This Perl module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances. The module accomplishes this via *nix-style *pidfiles*, which are files that sto...
DMITRI/Proc-PID-File-1.29 - 11 Jul 2018 11:53:46 UTC
File::Pid::Quick - Quick PID file implementation
This module associates a PID file with your script for the purpose of keeping more than one copy from running (concurrency prevention). It creates the PID file, checks for its existence when the script is run, terminates the script if there is alread...
CHAOS/File-Pid-Quick-1.02 - 05 Feb 2010 23:15:12 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
App::CLI::Plugin::Proc::PID::File - for App::CLI::Extension pidfile plugin module
App::CLI::Extension pidfile plugin module pf method setting __PACKAGE__->config( proc_pid_file => {%proc_pid_file_option} ); Proc::PID::File option is Proc::PID::File please refer to...
HOLLY/App-CLI-Plugin-Proc-PID-File-1.3 - 19 Sep 2011 02:14:02 UTC
File::PidSimple - Handle and create pidfiles easy
This module make the handling of pidfiles simple....
BORISZ/File-PidSimple-0.06 - 06 Dec 2007 15:09:26 UTC
Proc::PID::File::Fcntl - Manage PID files using fcntl() locks
This Perl module permits callers to prevent multiple simultaneous instantiations of themselves. The module accomplishes this using a *pidfile*, which is used to obtain a lock. Unlike the traditional *pidfile* locking protocol, which uses the existenc...
JGMYERS/Proc-PID-File-Fcntl-1.01 - 06 Sep 2006 23:15:18 UTC
File::Tee - replicate data sent to a Perl stream
This module is able to replicate data written to a Perl stream into another streams. It is the Perl equivalent of the shell utility tee(1). It is implemeted around "fork", creating a new process for every tee'ed stream. That way, there are no problem...
SALVA/File-Tee-0.07 - 04 Nov 2011 19:45:14 UTC
File::Log - A simple Object Orientated Logger
*File::Log* is a class providing methods to log data to a file. There are a number of parameters that can be passed to allow configuration of the logger....
GNG/File-Log-1.05 - 01 Mar 2008 03:07:51 UTC
File::Value - routines to manipulate file name or content as a single value
These are general purpose routines that support the treatment of a file's contents or a file's name as a single data value....
JAK/File-Value-1.02 - 09 Nov 2011 23:49:43 UTC
Brick::File - This is the description
See "Brick::Constraints" for the general discussion of constraint creation. Utilities POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 8: =over is the last thing in the document?!...
BDFOY/Brick-0.902 - 09 Jan 2022 01:11:46 UTC
File::RsyncP - Perl Rsync client
File::RsyncP is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.5 - 2.6.3 (protocol versions 26-28). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remot...
CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTC
Log::ErrLogger - Log errors and error-like events
Log::ErrLogger provides a means of logging errors and error-like events (such as warnings and unexpected situations) when printing to STDERR just will not do. Error-like events are classified by a severity (see "ERROR SEVERITIES" below). Programs ins...
WORENKD/Log-ErrLogger-1.5 - 23 Sep 1999 21:42:08 UTC
File::Unsaved - Check whether file has unsaved modification in an editor
PERLANCAR/File-Unsaved-0.070
-
04 Oct 2020 15:00:30 UTC
File::NFSLock - perl module to do NFS (or not) locking
Program based of concept of hard linking of files being atomic across NFS. This concept was mentioned in Mail::Box::Locker (which was originally presented in Mail::Folder::Maildir). Some routine flow is taken from there -- particularly the idea of cr...
BBB/File-NFSLock-1.29 - 03 Nov 2018 13:58:32 UTC
File::TinyLock - Utility for process locking and unlocking.
"File::TinyLock" provides "lock", "unlock", and "checklock" methods for working with process locking. This utility attempts to be useful when you require one of a process to be running at a time, but someone could possibly try to spawn off a second (...
JKISTER/File-TinyLock-1.20 - 04 Oct 2014 04:28:07 UTC
File::CacheDir - Perl module to aid in keeping track and cleaning up files, quickly and without a cron $Id: CacheDir.pm,v 1.22 2006/05/17 00:05:34 earl Exp $
CacheDir attempts to keep files around for some ttl, while quickly, automatically and cronlessly cleaning up files that are too old....
EARL/File-CacheDir-1.30 - 20 Jun 2006 16:45:12 UTC