[Catalyst] Streaming IO

Perrin Harkins perrin at elem.com
Wed Aug 17 00:16:22 CEST 2005


On Tue, 2005-08-16 at 23:11 +0100, Matt S Trout wrote:
> Provided you're happy with synchronous I/O you can use whatever you like
> under POE.

Provided you are also happy with handling one request at a time, right?
POE only does things in parallel when they are asynchronous tasks.

Non-blocking I/O is cool and has the potential to do great things, but I
doubt it will perform as well as the HTTP::Daemon engine when so much of
the work people want to do in Catalyst involves synchronous tasks.

- Perrin 




More information about the Catalyst mailing list