The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12

  • FCGI::Engine::PSGI
    • run PSGI applications using FCGI::Engine
      • added tests for this
  • FCGI::Engine::Core
    • base class for FCGI::Engine flavors
  • FCGI::Engine
    • refactored to use FCGI::Engine::Core
  • Plack::Server::FCGI::Engine
  • Plack::Server::FCGI::Engine::ProcManager
    • subclasses to make it easier to use the FCGI::Engine::ProcManager with your Plack based application
      • added tests for this
  • FCGI::Engine::Manager::Server::Plackup
    • this now uses Plack::Server::FCGI::Engine by default (can be overriden with the 'server_type' option)

Modules

A flexible engine for running FCGI-based applications
A base class for various FCGI::Engine flavors
Manage multiple FCGI::Engine instances
An abstraction to represent a single FCGI::Engine server
A subclass of FCGI::Engine::Manager::Server specific to FreeBSD 6.*
A subclass of FCGI::Engine::Manager::Server for Plack apps
Run PSGI applications with FCGI::Engine
module for managing FastCGI applications.
Type constraints for FCGI::Engine
A Plack::Server backend for FCGI::Engine
A process manager for Plack::Server::FCGI::Engine