Name : perl-FCGI-ProcManager
| |
Version : 0.28
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2017-03-13 21:41:35
|
Group : Development/Libraries/Perl
| Source RPM : perl-FCGI-ProcManager-0.28-1.1.src.rpm
|
Size : 0.09 MB
| |
Packager : (none)
| |
Summary : Functions for managing FastCGI applications
|
Description :
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 management. The process manager should be invoked before the caller\'\'s request loop
The primary routine, \'pm_manage\', enters a loop in which it maintains a number of FastCGI servers (via fork(2)), and which reaps those servers when they die (via wait(2)).
\'pm_manage\' provides too hooks:
C< managing_init> - called just before the manager enters the manager loop. C< handling_init> - called just before a server is returns from C< pm_manage>
It is necessary for the caller, when implementing its request loop, to insert a call to \'pm_pre_dispatch\' at the top of the loop, and then 7\'pm_post_dispatch\' at the end of the loop.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(FCGI::ProcManager)
perl(FCGI::ProcManager::Constrained)
perl-FCGI-ProcManager
Requires :