blob: dfc8dd29a17d0e0325db1589fb1e54bdfa0e63e5 (
plain) (
blame)
1
2
3
4
5
6
7
|
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
WWW: http://search.cpan.org/dist/FCGI-ProcManager/
|