Ruby on Rails Thursday, November 20, 2014

On Nov 20, 2014, at 12:42 PM, David Williams <lists@ruby-forum.com> wrote:
>
> Essentially the fasted method for transferring data between
> client/server.

That's literally a meaningless question. You're really going to have to clarify your question before you can expect any answer.

- Latency of individual requests and total number of requests throughput are two different issues.

- Getting data out of a database, getting static assets from cache or disk, building responses to requests (whether HTML or JSON or whatever, sending the responses to the browser, and rendering the result in the browser, are all separate issues.

So: lots of clients? busy clients? large requests? large database backing the site? large or complex assets? complex processing of requests? complex browser rendering?

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice




--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/F4A8F69F-5EC4-4A50-80E0-7A7D890DBD08%40elevated-dev.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment