logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MooseX::Daemonize::Pid - PID management for MooseX::Daemonize

Attributes

pidInt

Authors

       •   Stevan Little <stevan.little@iinteractive.com>

       •   Chris Prather <chris@prather.org>

Description

       This is a very basic Pid management object, it doesn't do all that much, and mostly just serves as a base
       class for MooseX::Daemonize::Pid::File.

Methods

clear_pid
           This  will clear the value of the pid attribute. It is useful for making sure that the parent process
           does not have a bad value stored in it.

       has_pid
           This is a predicate method to tell you if your pid attribute has been initialized yet.

       is_running
           This checks to see if the pid is running.

       meta()
           The "meta()" method from Class::MOP::Class

Name

       MooseX::Daemonize::Pid - PID management for MooseX::Daemonize

Support

       Bugs        may        be        submitted        through        the        RT        bug         tracker
       <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Daemonize> (or bug-MooseX-Daemonize@rt.cpan.org
       <mailto:bug-MooseX-Daemonize@rt.cpan.org>).

       There    is    also    a    mailing    list    available    for    users   of   this   distribution,   at
       <http://lists.perl.org/list/moose.html>.

       There is also an irc channel available for users of this  distribution,  at  "#moose"  on  "irc.perl.org"
       <irc://irc.perl.org/#moose>.

Version

       version 0.22

See Also