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

Search results for "module:FCGI"

FCGI - Fast CGI module River stage two • 26 direct dependents • 51 total dependents

Functions: FCGI::Request Creates a request handle. It has the following optional parameters: input perl file handle (default: \*STDIN) output perl file handle (default: \*STDOUT) error perl file handle (default: \*STDERR) These filehandles will be se...

ETHER/FCGI-0.82 - 31 Jul 2021 03:26:34 UTC

FCGI::EV - Implement FastCGI protocol for use in EV-based applications River stage one • 1 direct dependent • 1 total dependent

This module implement FastCGI protocol for use in EV-based applications. (That mean you have to run EV::loop in your application or this module will not work.) It receive and parse data from web server, pack and send data to web server, but it doesn'...

POWERMAN/FCGI-EV-v2.0.1 - 03 Apr 2018 17:26:25 UTC

FCGI::IIS - FCGI wrapper for MS IIS FastCGI River stage zero No dependents

The module has 5 different modes it can be run in. perl -MFCGI::IIS=test This is a simple test routine, that displays a counter that increments by 1 each time the script is called as a FastCGI. perl -MFCGI::IIS=carp In this mode, CGI::Carp qw(fatalsT...

COSMICNET/FCGI-IIS-0.05 - 24 Oct 2007 11:12:53 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::Async - use FastCGI with IO::Async River stage zero No dependents

This subclass of Net::Async::FastCGI provides a slightly different API; where it can take an argument containing the IO::Async::Loop object, rather than be added as "Notifier" object within one. It is provided mostly as a backward-compatibility wrapp...

PEVANS/FCGI-Async-0.22 - 01 Jan 2011 23:19:36 UTC

FCGI::Buffer - Verify, Cache and Optimise FCGI Output River stage zero No dependents

NHORNE/FCGI-Buffer-0.19 - 02 Sep 2023 01:31:09 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

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::Client - client library for fastcgi protocol River stage two • 6 direct dependents • 53 total dependents

FCGI::Client is client library for fastcgi protocol....

TOKUHIROM/FCGI-Client-0.09 - 16 Jul 2018 14:26:27 UTC

AnyEvent::FCGI - non-blocking FastCGI server River stage one • 1 direct dependent • 1 total dependent

This module implements non-blocking FastCGI server for event based applications....

VKRAMSKIH/AnyEvent-FCGI-0.04 - 04 May 2011 13:09:20 UTC

FCGI::Restarter - Restart FCGI process on the fly River stage zero No dependents

FCGI::Restarter provide same functionality as FCGI plus it restart self if watch files changed in time. This additional function especially usefull in development enviroment....

GRIAN/FCGI-Restarter-0.12 - 17 Aug 2011 09:05:28 UTC

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

FCGI::EV::Std - Handler class to use with FCGI::EV River stage zero No dependents

This module must be used together with FCGI::EV. It will handle CGI requests received by FCGI::EV. Both blocking and non-blocking CGI request handling supported. It will validate size of STDIN: do not accept size larger than configured in $MAX_STDIN ...

POWERMAN/FCGI-EV-Std-v2.0.1 - 03 Apr 2018 16:23:25 UTC

FCGI::Async::PSGI - use PSGI applications with FCGI::Async River stage zero No dependents

This subclass of FCGI::Async allows a FastCGI responder to use a PSGI application to respond to requests. It acts as a gateway between the FastCGI connection from the webserver, and the "PSGI" application. Aside from the use of "PSGI" instead of the ...

PEVANS/FCGI-Async-0.22 - 01 Jan 2011 23:19:36 UTC

NetSDS::App::FCGI - FastCGI applications superclass River stage one • 4 direct dependents • 4 total dependents

"NetSDS::App::FCGI" module contains superclass for FastCGI applications. This class is based on "NetSDS::App" module and inherits all its functionality like logging, configuration processing, etc....

RATTLER/NetSDS-1.301 - 12 Nov 2009 18:01:06 UTC

FCGI::Engine::Core - A base class for various FCGI::Engine flavors River stage one • 1 direct dependent • 1 total dependent

This is a base class for various FCGI::Engine flavors, it should be possible to subclass this to add different approaches to FCGI::Engine. The basic FCGI::Engine shows a Catalyst/CGI::Application style approach with a simple handler class, while the ...

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

FCGI::Engine::PSGI - Run PSGI applications with FCGI::Engine River stage one • 1 direct dependent • 1 total dependent

This is an extension of FCGI::Engine::Core to support PSGI applications. You can refer to the FCGI::Engine docs for most of what you need to know, the only difference being that instead of a "handler_class", "handler_method" and "handler_args" you si...

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

Nile::Handler::FCGI - FCGI Handler. River stage zero No dependents

Nile::Handler::FCGI - FCGI Handler....

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC

FCGI::Engine::Types - Type constraints for FCGI::Engine River stage one • 1 direct dependent • 1 total dependent

This is all the type constraints needed by the FCGI::Engine modules, no user serviceable parts inside (unless you are subclassing stuff)....

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

Continuity::Adapt::FCGI - Use HTTP::Daemon as a continuation server River stage one • 4 direct dependents • 4 total dependents

This module provides the glue between FastCGI Web and Continuity, translating FastCGI requests into HTTP::RequestWrapper objects that are sent to applications running inside Continuity....

AWWAIID/Continuity-1.6 - 17 Jul 2014 04:28:12 UTC
60 results (0.021 seconds)