[Dancer-users] recommended way to return large dynamic data?
Maurice Mengel
mauricemengel at gmail.com
Wed Oct 17 04:24:58 CEST 2012
I guess you don't want to split it your response into pages (50 hits
or so per page), you seem to want to stream a file to your users
(without writing it to server hard disk). I looked into that a long
while ago, got it to work in a test, but never used it in production.
It's mentioned http://search.cpan.org/~xsawyerx/Dancer-1.3110/lib/Dancer.pm#send_file.
More information about the Dancer-users
mailing list