| Paketname | libfcgi-procmanager-perl | 
| Beschreibung | Functions for managing FastCGI applications | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) | 
| Version | 0.18-2 | 
| Sektion | universe/perl | 
| Priorität | optional | 
| Installierte Größe | 84 Byte | 
| Hängt ab von | perl (>= 5.6.0-16) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ubuntu MOTU Developers | 
| Quelle |  | 
| Paketgröße | 17552 Byte | 
| Prüfsumme MD5 | a83180c3103b5c448e36c1f33b4eb23b | 
| Prüfsumme SHA1 | 122c27ed26bada38f65643ec6bc8afb6e45c4de6 | 
| Prüfsumme SHA256 | 43067d4dae598f0df2bfaf001c744c21d6babb458caabea4f013fecb8df76035 | 
| Link zum Herunterladen | libfcgi-procmanager-perl_0.18-2_all.deb | 
| Ausführliche Beschreibung | 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)). |