NAME
PSA::ProcManager - pre-forking process manager for PSA
SYNOPSIS
my $acceptor = PSA::Acceptor::AutoCGI->new(nproc => 5);
DESCRIPTION
This module simply wraps the FastCGI process manager (FCGI::ProcManager) and provides a couple of functions to play well with the PSA::Acceptor::AutoCGI class.