On Oct 11, 2:44 pm, ehansen486 <ehansen...@gmail.com> wrote:
> I occasionally need to stream a large XML data file that represents
> key data in a DB.  I'm porting over an application from PHP Symfony,
> and with my initial implementation, it takes around 7 times as long
> with rails.
[...]
> I've finally come to the conclusion that rails does not stream out as
> I'd expect.
[...]

Have you tried send_data?  I think that's what most people use to
stream dynamic content.

Alternatively, how does Symfony do its streaming?  Can you write
something equivalent for Rails?

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to