Hi guys,
Just heads up: if anyone is working on a rails app that distributes
(large) files, grizzly-sendfile is a solution that we use at
JRoR + warbler + glassfish v2 + grizzly-sendfile
then in Rails controller do:
send_file ‘/path/to/some/file’, :x_sendfile => true
If you want to know the result of a download attempt (success/abort/
failure, speed, ip, etc), just create a rails action that can process
the download results and install grizzly-sendfile plugin
DownloadResultSender.
more info:
http://kenai.com/projects/grizzly-sendfile/pages/Home
cheers,
Igor
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email