On Oct 11, 2:44 pm, ehansen486 <[email protected]> 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? Alternatively, how does Symfony do its streaming? Can you write something equivalent for Rails? Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

