Sebastian Riedel > Mojo-Server-FCGI-0.22 > Mojo::Server::FCGI

Download:
Mojo-Server-FCGI-0.22.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 0.22   Source  

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;

SEE ALSO ^

Mojo

AUTHOR ^

Sebastian Riedel, sri@cpan.org.

CREDITS ^

In alphabetical order:

Kevin Old

Viacheslav Tikhanovskii

COPYRIGHT AND LICENSE ^

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.