summaryrefslogtreecommitdiffstats
path: root/perl/perl-Proc-PID-File/README
blob: 14cc852942255ac691bda85b036079ba28db00b8 (plain)
The Proc::PID::File 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 store a process
identifier.