Sebastian Riedel > Mojo > Mojo::Script::DaemonPrefork

Download:
Mojo-0.9002.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Mojo::Script::DaemonPrefork - Prefork Daemon Script

SYNOPSIS ^

    use Mojo::Script::Daemon::Prefork;

    my $daemon = Mojo::Script::Daemon::Prefork->new;
    $daemon->run(@ARGV);

DESCRIPTION ^

Mojo::Script::Daemon::Prefork is a script interface to Mojo::Server::Daemon::Prefork.

ATTRIBUTES ^

Mojo::Script::Daemon::Prefork inherits all attributes from Mojo::Script and implements the following new ones.

description

    my $description = $daemon->description;
    $daemon         = $daemon->description('Foo!');

METHODS ^

Mojo::Script::Daemon::Prefork inherits all methods from Mojo::Script and implements the following new ones.

run

    $daemon = $daemon->run(@ARGV);