On 05/03/2012 12:04 PM, Tomas Doran wrote: >> I'm using Catalyst 5.90011. What's wrong here? Isn't mod_psgi working >> anymore? Is mod_psgi still the way to go with apache and catalyst? Did I >> read "Catalyst::Runtime" correctly? > > Catalyst uses the psgi.streaming interface, and mod_psgi doesn't support this. > > Try adding Plack::Middleware::BufferedStreaming to make your responses > unbuffered?
Thanks for the answer. I've helped myself and I'm using now mod_perl with PSGI and this worked right out of box. Case closed. -- So long... Erik _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
