diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-31 08:28:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-31 08:28:05 +0800 |
commit | 9d66ee516e5cd3c2b79d11b5b36b6538ced98dbf (patch) | |
tree | a34e81e4b3b4d36cac5e7e07c1d009aa3c65bec4 /www/Makefile | |
parent | b9ab8729ac6d4f5278c02feba843161b65d5c6b1 (diff) | |
download | freebsd-ports-gnome-9d66ee516e5cd3c2b79d11b5b36b6538ced98dbf.tar.gz freebsd-ports-gnome-9d66ee516e5cd3c2b79d11b5b36b6538ced98dbf.tar.zst freebsd-ports-gnome-9d66ee516e5cd3c2b79d11b5b36b6538ced98dbf.zip |
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/
PR: ports/119009
Submitted by: Peter <peter at vereshagin.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6a91d22bd88f..f2f90565ca37 100644 --- a/www/Makefile +++ b/www/Makefile @@ -694,6 +694,7 @@ SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-FAQ-OMatic SUBDIR += p5-FCGI-Async + SUBDIR += p5-FCGI-ProcManager SUBDIR += p5-FEAR-API SUBDIR += p5-FastCGI SUBDIR += p5-FastCGI-ProcManager |