Search results for "fcgi"
FCGI - Fast CGI module
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 - Search in distribution
FCGI::EV - Implement FastCGI protocol for use in EV-based applications
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 - Search in distribution
FCGI::IIS - FCGI wrapper for MS IIS FastCGI
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 - Search in distribution
FCGI::Async - use FastCGI with IO::Async
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 - Search in distribution- FCGI::Async::PSGI - use PSGI applications with FCGI::Async
- Plack::Handler::FCGI::Async - FastCGI handler for Plack using FCGI::Async
FCGI::Spawn - FastCGI server for CGI-like applications effective multiprocessing
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 - Search in distribution- lib/FCGI/Spawn/BinUtils.pm
- fcgi_spawn - FastCGI server for CGI-like Perl applications effective multiprocessing, the executable daemon of FCGI::Spawn
FCGI::Buffer - Verify, Cache and Optimise FCGI Output
NHORNE/FCGI-Buffer-0.19
-
02 Sep 2023 01:31:09 UTC
-
Search in distribution
FCGI::Client - client library for fastcgi protocol
FCGI::Client is client library for fastcgi protocol....
TOKUHIROM/FCGI-Client-0.09 - 16 Jul 2018 14:26:27 UTC - Search in distribution- FCGI::Client::Record - record object for FCGI
- FCGI::Client::Constant - constants for FCGI
- FCGI::Client::Connection - connection to FastCGI server
- 3 more results from FCGI-Client »
FCGI::Daemon - Perl-aware Fast CGI daemon for use with nginx web server.
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 - Search in distribution
FCGI::Engine - A flexible engine for running FCGI-based applications
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 - Search in distribution- FCGI::Engine::Core - A base class for various FCGI::Engine flavors
- FCGI::Engine::PSGI - Run PSGI applications with FCGI::Engine
- FCGI::Engine::Types - Type constraints for FCGI::Engine
- 10 more results from FCGI-Engine »
AnyEvent::FCGI - non-blocking FastCGI server
This module implements non-blocking FastCGI server for event based applications....
VKRAMSKIH/AnyEvent-FCGI-0.04 - 04 May 2011 13:09:20 UTC - Search in distribution- AnyEvent::FCGI::Request - a single FastCGI request handle for AnyEvent::FCGI
- AnyEvent::FCGI::Connection - a single connection handle for AnyEvent::FCGI
FCGI::Restarter - Restart FCGI process on the fly
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 - Search in distribution
FCGI::ProcManager - functions for managing FastCGI applications.
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 - Search in distribution- FCGI::ProcManager::Constrained - Process manager with constraints
FCGI::EV::Std - Handler class to use with FCGI::EV
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 - Search in distribution- FCGI::EV::Std::Nonblock - Ease non-blocking CGI using FCGI::EV::Std
Any::Daemon::FCGI - serve the FCGI protocol
The Fast CGI protocol connects a generic front-end web-server (like Apache or NGinx) with an backe-end daemon. The communication reuses connections. The front-end server validates and throttles requests to the back-end daemon. This module is the base...
MARKOV/Any-Daemon-HTTP-0.30 - 06 Apr 2020 10:49:24 UTC - Search in distribution- Any::Daemon::FCGI::Request - HTTP::Request with little extras
- Any::Daemon::FCGI::ClientConn - handle FCGI requests
- lib/Any/Daemon/FCGI.pm
- 3 more results from Any-Daemon-HTTP »
NetSDS::App::FCGI - FastCGI applications superclass
"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 - Search in distribution- NetSDS - Service Delivery Suite by Net Style
- NetSDS::Logger - syslog wrapper for applications and classes
- NetSDS::App::JSRPC - JSON-RPC server framework
Nile::Handler::FCGI - FCGI Handler.
Nile::Handler::FCGI - FCGI Handler....
MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC - Search in distribution
Plack::Handler::FCGI - FastCGI handler for Plack
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.0050 - 05 Sep 2022 15:48:11 UTC - Search in distribution- Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
- plackup - Run PSGI application with Plack handlers
- Plack::Handler::Apache2 - Apache 2.0 mod_perl handler to run PSGI application
- 5 more results from Plack »
Continuity::Adapt::FCGI - Use HTTP::Daemon as a continuation server
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 - Search in distribution- Continuity::Request - Simple HTTP::Request-like API for requests inside Continuity
- lib/Continuity/RequestHolder.pm
Plack::Handler::FCGI::EV - PSGI handler for FCGI::EV
Plack::Handler::FCGI::EV is an asynchronous PSGI handler using FCGI::EV as its backend....
MIYAGAWA/Plack-Handler-FCGI-EV-0.01 - 10 May 2011 23:05:16 UTC - Search in distribution
WebDAO::FCGI::ProcManager - functions for managing FastCGI applications.
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 - Search in distribution- WebDAO::CVfcgi - FCGI adapter (FCGI > 0.68)