NAME
Mojo::Script::FcgiPrefork - FCGI Prefork Script
SYNOPSIS
use Mojo::Script::FcgiPrefork;
my $fcgi = Mojo::Script::FcgiPrefork->new;
$fcgi->run(@ARGV);
DESCRIPTION
Mojo::Script::FcgiPrefork is a script interface to Mojo::Server::FCGI::Prefork.
ATTRIBUTES
Mojo::Script::FcgiPrefork inherits all attributes from Mojo::Script and implements the following new ones.
description
my $description = $fcgi->description;
$fcgi = $fcgi->description('Foo!');
METHODS
Mojo::Script::FcgiPrefork inherits all methods from Mojo::Script and implements the following new ones.
run
$fcgi = $fcgi->run(@ARGV);