mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
5836ec21f4
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/ PR: ports/119009 Submitted by: Peter <peter at vereshagin.org>
8 lines
388 B
Plaintext
8 lines
388 B
Plaintext
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/
|