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

Changes for version 0.03

  • FCGI::Engine
    • handler_method was not being used properly to dispatch with (reported by Reed A. Cartwright)
      • added tests for this
    • %additional_options can now be passed to run, which will then be passed to both the pre_fork_init sub and the proc_manager's constructor
      • added tests for this
    • handler_class can now also be an instance if nessecary (thanks to Chris Prather)
  • FCGI::Engine::ProcManager
    • added the manager_process_name and the process_name options to allow custom process naming
      • added test for this

Modules

A flexible engine for running FCGI-based applications
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.*
module for managing FastCGI applications.
Type constraints for FCGI::Engine