[Catalyst] Streaming IO

Sebastian Riedel sri at oook.de
Wed Aug 17 00:23:33 CEST 2005


Am 17.08.2005 um 00:11 schrieb Matt S Trout:
> Not exactly.
>
> If you want to do asynchronous I/O on a particular task you need an  
> event
> driven POE handler for that task. DBI doesn't do asynchronous IO,  
> so people
> fudge it by forking.
>
> Provided you're happy with synchronous I/O you can use whatever you  
> like
> under POE.
>
> All POE would be handling here is the streaming input and streaming  
> output
> at the start and end of a request; in the middle is just a normal  
> Catalyst
> processing stage, pretty much.
>
> Well, until I get some of my scarier ideas working, anyway ...

But it still minimizes the benefits...

--
sebastian




More information about the Catalyst mailing list