NAME
Mojo::Server::FCGI - Speedy FastCGI Server
SYNOPSIS
use Mojo::Server::FCGI;
my $fcgi = Mojo::Server::FCGI->new;
$fcgi->run;
DESCRIPTION
Mojo::Server::FCGI is a very speedy FastCGI implementation using FCGI and the preferred deployment option for production servers under heavy load.
ATTRIBUTES
Mojo::Server::FCGI inherits all attributes from Mojo::Server.
METHODS
Mojo::Server::FCGI inherits all methods from Mojo::Server and implements the following new ones.
process
$fcgi->process;
run
$fcgi->run;