summaryrefslogtreecommitdiffstats
path: root/perl/perl-Proc-PID-File/README
blob: 7acd31ebee4d4713017f432d27c9ce8266d7a607 (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.