CGI--Application icon indicating copy to clipboard operation
CGI--Application copied to clipboard

Once we have native PSGI streaming support, considering updating docs to recommend that over CGI::Application::Plugin::Stream

Open markstos opened this issue 12 years ago • 2 comments

markstos avatar Feb 07 '13 01:02 markstos

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

miketonks avatar Feb 07 '13 10:02 miketonks

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.

markstos avatar Feb 07 '13 16:02 markstos