FCGI::Engine::Core - A base class for various FCGI::Engine flavors


FCGI-Engine documentation  | view source Contained in the FCGI-Engine distribution.

Index


NAME

Top

FCGI::Engine::Core - A base class for various FCGI::Engine flavors

DESCRIPTION

Top

This is a base class for various FCGI::Engine flavors, it should be possible to subclass this to add different approaches to FCGI::Engine.

The basic FCGI::Engine shows a Catalyst/CGI::Application style approach with a simple handler class, while the FCGI::Engine::PSGI shows how this can be used to run things like PSGI applications.

This class is mostly of interest to other FCGI::Engine flavor developers, who should pretty much just read the source. The relevant docs are to be found in FCGI::Engine and FCGI::Engine::PSGI.

BUGS

Top

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Top

Stevan Little <stevan@iinteractive.com>

COPYRIGHT AND LICENSE

Top


FCGI-Engine documentation  | view source Contained in the FCGI-Engine distribution.