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;
Process request.
run
$fcgi->run;
Run server.
SEE ALSO
AUTHOR
Sebastian Riedel, sri@cpan.org
.
CREDITS
In alphabetical order:
Kevin Old
Sergey Zasenko
Viacheslav Tykhanovskyi
COPYRIGHT AND LICENSE
Copyright (C) 2008-2010, Sebastian Riedel.
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.