Luis Lavena wrote:
> please read about streaming data without loading all the file contents.
> 
> You will need to either use rack directly or create a mongrel handler
> to serve these files outside rails.
> 
> Rails can only deliver one full request meaning it will load the full
> file before completing.
> 

Notice that now you can use send_file which is now (Rails 3) implemented 
through a rack middleware and includes X-sendfile headers.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to