Daniel Cadenas wrote:
> 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.

yaa Daniel i already imlemented send_file method and now i downloaded 7 
gb of file without fail ..
                     The only problem am facing is how do i delete 
mongrel temporary after upload large files..
-- 
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