
Mojo::Server::FCGI - Speedy FastCGI Server

use Mojo::Server::FCGI;
my $fcgi = Mojo::Server::FCGI->new;
$fcgi->run;

Mojo::Server::FCGI is a very speedy FastCGI implementation using FCGI and the preferred deployment option for production servers under heavy load.

Mojo::Server::FCGI inherits all attributes from Mojo::Server.

Mojo::Server::FCGI inherits all methods from Mojo::Server and implements the following new ones.
process$fcgi->process;
run$fcgi->run;


Sebastian Riedel, sri@cpan.org.

In alphabetical order:
Kevin Old
Viacheslav Tikhanovskii

Copyright (C) 2008-2009, 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.