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

Search results for "module:FCGI::ProcManager"

FCGI::ProcManager - functions for managing FastCGI applications. River stage two • 12 direct dependents • 55 total dependents

FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process ...

ARODLAND/FCGI-ProcManager-0.28 - 28 Feb 2017 02:33:18 UTC

WebDAO::FCGI::ProcManager - functions for managing FastCGI applications. River stage one • 3 direct dependents • 4 total dependents

FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process ...

ZAG/WebDAO-2.26 - 28 Jun 2017 16:03:54 UTC

FCGI::Engine::ProcManager - module for managing FastCGI applications. River stage one • 1 direct dependent • 1 total dependent

This module is a refactoring of FCGI::ProcManager, it behaves exactly the same, but the API is a little different. The function-oriented API has been removed in favor of object-oriented API. The "pm_" prefix has been removed from the hook routines an...

STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTC

FCGI::ProcManager::Dynamic - extension for FCGI::ProcManager, it can dynamically control number of work processes depending on the load. River stage zero No dependents

FCGI::ProcManager::Dynamic the same as FCGI::ProcManager, but it has additional settings and functions for dynamic control of work processes's number....

UNCLEANDY/FCGI-ProcManager-Dynamic-0.8 - 16 Mar 2017 18:27:28 UTC

FCGI::ProcManager::Constrained - Process manager with constraints River stage two • 12 direct dependents • 55 total dependents

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

ARODLAND/FCGI-ProcManager-0.28 - 28 Feb 2017 02:33:18 UTC

FCGI::ProcManager::MaxRequests - restrict max number of requests by each child River stage zero No dependents

FCGI-ProcManager-MaxRequests is a extension of FCGI-ProcManager that allow restrict fastcgi processes to process only limiting number of requests. This may help avoid growing memory usage and compensate memory leaks. This module subclass FCGI::ProcMa...

VOVKASM/FCGI-ProcManager-MaxRequests-0.02 - 23 Nov 2008 19:26:47 UTC

HTML::WebDAO::FCGI::ProcManager - functions for managing FastCGI applications. River stage zero No dependents

FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process ...

ZAG/HTML-WebDAO-0.91 - 30 Sep 2008 12:46:04 UTC

FCGI::Engine::ProcManager::Constrained - FastCGI applications with memory and number of request limits. River stage one • 1 direct dependent • 1 total dependent

A constrained process manager that restarts child workers after a number of requests or if they use too much memory. Most of the memory usage code is stolen from Apache2::SizeLimit....

STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTC

Plack::Handler::FCGI::Engine::ProcManager - A process manager for Plack::Handler::FCGI::Engine River stage one • 1 direct dependent • 1 total dependent

A subclass of FCGI::Engine::ProcManager that is compatiable with Plack::Handler::FCGI::Engine and Plack::Handler::FCGI....

STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTC

Plack::Server::FCGI::Engine::ProcManager - DEPRECATED use Plack::Handler::FCGI::Engine::ProcManager River stage one • 1 direct dependent • 1 total dependent

DEPRECATED use Plack::Handler::FCGI::Engine::ProcManager...

STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTC

FCGI::Engine - A flexible engine for running FCGI-based applications River stage one • 1 direct dependent • 1 total dependent

This module helps manage FCGI based web applications by providing a wrapper which handles most of the low-level FCGI details for you. It can run FCGI programs as simple scripts or as full standalone socket based servers who are managed by FCGI::Engin...

STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTC

FCGI::Spawn - FastCGI server for CGI-like applications effective multiprocessing River stage zero No dependents

The overall idea is to make Perl server-side scripts as convinient for newbies and server administrators as PHP in FastCGI mode. FCGI::Spawn is used to serve as a FastCGI process manager. Besides the features the FCGI::ProcManager posess itself, the ...

VERESC/FCGI-Spawn-0.16.7 - 07 Dec 2012 10:06:26 UTC

FCGI::Daemon - Perl-aware Fast CGI daemon for use with nginx web server. River stage zero No dependents

FCGI::Daemon is a small FastCGI server for use as CGI-wrapper for CGI applications. Like mod_perl FCGI-Daemon stay persistent in memory and accelerate unmodified CGI applications written in Perl. FCGI-Daemon run CGI scripts with RLIMITs and predefine...

AZJADFTRE/FCGI-Daemon-0.20220206 - 07 Feb 2022 09:36:22 UTC

Plack::Handler::FCGI - FastCGI handler for Plack River stage four • 760 direct dependents • 1891 total dependents

This is a handler module to run any PSGI application as a standalone FastCGI daemon or a .fcgi script. OPTIONS listen listen => [ '/path/to/socket' ] listen => [ ':8080' ] Listen on a socket path, hostname:port, or :port. port listen via TCP on port ...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC

Plack::Handler::FCGI::Engine - A Plack::Handler backend for FCGI::Engine River stage one • 1 direct dependent • 1 total dependent

This is a subclass of Plack::Handler::FCGI which will use the Plack::Handler::FCGI::Engine::ProcManager process manager by default, instead of FCGI::ProcManager....

STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTC

CatalystX::Script::FCGI::Engine - FCGI::Engine script for Catalyst River stage zero No dependents

Replacement FastCGI script which overrides Catalyst's use of FCGI::ProcManager with FCGI::Engine, and process management with FCGI::Engine::ProcManager....

BOBTFISH/CatalystX-Script-FCGI-Engine-0.003 - 25 Feb 2011 18:08:33 UTC

FCGI::Engine::Manager::Server::FreeBSD6 - A subclass of FCGI::Engine::Manager::Server specific to FreeBSD 6.* River stage one • 1 direct dependent • 1 total dependent

This may not even be needed anymore, but at one time it was. This works around the fact that FCGI::ProcManager didn't like to be dameonized on FreeBSD 6.*. I suspect that now that I have switched this to use FCGI::Engine::ProcManager that it is no lo...

STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTC
17 results (0.037 seconds)