pkgsrc/devel/p5-Proc-PID-File/DESCR
grant a67b9d1fef Initial import of p5-Proc-PID-File 1.24.
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.
2006-04-20 11:38:13 +00:00

4 lines
273 B
Text

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.