summaryrefslogtreecommitdiff
path: root/devel/p5-Proc-PID-File
AgeCommit message (Collapse)AuthorFilesLines
2006-04-20Initial import of p5-Proc-PID-File 1.24.grant4-0/+27
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 store a process identifier.