freebsd-ports/www/p5-Catalyst-Engine-HTTP-POE/pkg-descr
Lars Balker Rasmussen 59106a408a 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.
2007-08-02 08:38:29 +00:00

6 lines
345 B
Text

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.
WWW: http://search.cpan.org/dist/Catalyst-Engine-HTTP-POE/