I have some pretty big data to be encoded to JSON in my application and it would be faster if rendering my data as JSON could be done with a stream response.

So, if the network is the bottleneck, the clients wouldn't notice some seconds of delay before starting to receive the JSON response that is required for the server to process JSON encoding before starting to send it to the client...

Are you considering any kind of optimization like this for Rails 4?

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Core" 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-core?hl=en.

Reply via email to