aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-08-02 08:38:29 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-08-02 08:38:29 +0000
commit59106a408a3b218ec5c518b966436c2ebb79fcaa (patch)
tree643dcea3fe118e89301c330e5f25bd4e6d56cede /www/Makefile
parent14a2c73b953a1ca3d4009b17d6d3a6cbab1451f2 (diff)
downloadports-59106a408a3b218ec5c518b966436c2ebb79fcaa.tar.gz
ports-59106a408a3b218ec5c518b966436c2ebb79fcaa.zip
This engine allows Catalyst to process multiple requests in parallel within a
single process. Much of the internal Catalyst flow now uses POE yield calls. Application code will still block of course, but all I/O, header processing, and POST body processing is handled asynchronously.
Notes
Notes: svn path=/head/; revision=196939
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index d1b652dfc1fa..743f0b1d3d6c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -598,6 +598,7 @@
SUBDIR += p5-Catalyst-Controller-FormBuilder
SUBDIR += p5-Catalyst-Devel
SUBDIR += p5-Catalyst-Engine-Apache
+ SUBDIR += p5-Catalyst-Engine-HTTP-POE
SUBDIR += p5-Catalyst-Enzyme
SUBDIR += p5-Catalyst-Example-InstantCRUD
SUBDIR += p5-Catalyst-Helper-Controller-Scaffold