Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschout/perl-app-pidfile
Yet Another Pid File Module for Perl
https://github.com/mschout/perl-app-pidfile
Last synced: about 1 month ago
JSON representation
Yet Another Pid File Module for Perl
- Host: GitHub
- URL: https://github.com/mschout/perl-app-pidfile
- Owner: mschout
- Created: 2014-04-22T20:15:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T20:26:35.000Z (over 10 years ago)
- Last Synced: 2023-04-11T20:50:41.150Z (over 1 year ago)
- Language: Perl
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# App::PidFile - Yet Another PID File Module for Perl
This module handles PID files in Perl. This module is the result of
frustration with current CPAN offerings that do similar tasks. Frustrations include:* Proc::PID::File
- no way to chown the PID file (unless doing it by hand externally)
- clunky interface once you try to do anything other than `->running`* Pid::File
- Seems to be abandoned by author. Unfixed showstopper bugs with patches
sent to rt.cpan.org long ago with no response.There are other modules on CPAN, but I threw in the towel after using both of
these and decided to create this one instead.## Will This Module Appear on CPAN?
I don't know. If you find this module useful, and would like to see this
module released to CPAN, please let me know. There are already various PID file
modules already on CPAN, it would be nice if one of them could simply be fixed
instead.