CGI--Application
CGI--Application copied to clipboard
Once we have native PSGI streaming support, considering updating docs to recommend that over CGI::Application::Plugin::Stream
One advantage of keeping / continuing to use CAP::Stream, but with added PSGI support, would be the ability to deploy the same application as CGI, mod_perl or PSGI with not code changes.
See: https://github.com/gitpan/CGI-Application-Plugin-Stream/pull/1
The advantage of using PSGI-native solutions is that you can deploy in PSGI, mod_perl or CGI with no code changes. :)
@miketonks, also see #7 which discusses a completely PSGI-native solution for file streaming with a similar interface for users as CGI::Application::Plugin::Stream.