On 06/12/2011, at 9:27 AM, Damien wrote:

> Have you considered basic streaming of the response?
> As described there: http://www.youtube.com/watch?v=qfydZGQazic
> 
> If what you actually care about is rendering a partial response while
> the rest is processing...

It certainly may be useful. But what I generally want to do is to increase the 
perceived speed per request.

A lot of the time will go into external HTTP requests (I think about ~5-10, 
that's the Database calls). And being able to do those in parallel should 
significantly improve the response time.
Streaming is definitely another optimisation tool to apply.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" 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/rails-oceania?hl=en.

Reply via email to