The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

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.