Quoting Yaroslav Govorunov <[email protected]>: > On Aug 14, 1:52 pm, Frederick Cheung <[email protected]> > wrote: > > On Aug 11, 12:27 pm, "Yaroslav G." <[email protected]> wrote: [snip] > Spreading nodes completely depends on a backend used to store and pass > messages - whether it would be RabbitMQ, database, etc. We only added > non blocking eventmachine support. We have almost all peaces working, > except ability to push data from the script. Our worker uses Rack to > interact with Rails, and Rack does not seem to provide any way to > return partial data to the server. So there is no ability to flush > some part of response to client and send a remaining part later. Still > working on a solution. Possibly the protocol have to be improved. >
It is my understanding that flushing partial responses in implemented in Rails 3.1. HTH, Jeffrey -- 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.

