Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

FCGI::ProcManager::Constrained - Process manager with constraints

Description

       Subclass of FCGI::ProcManager which adds checks for memory limits like Apache::SizeLimit.

Name

       FCGI::ProcManager::Constrained - Process manager with constraints

Synopsis

           $ENV{PM_MAX_REQUESTS} = 1000;
           $ENV{PM_SIZECHECK_NUM_REQUESTS} = 10;
           $ENV{PM_MAX_SIZE} = 4096;

See Also