"Share Nothing Architecture" is a common pattern for scaling out Web
applications.
Generally speaking, the idea is to remove dependency between the scaling
units, which in the case of a Web application means the Web Servers.
Once these units become independent from each other, you can easily
scale them just by adding more units. You can then load-balance the
incoming requests among the different Web Servers.
http://www.zefhemel.com/archives/2004/09/01/the-share-nothing-architecture
http://www.gigaspacesblog.com/2007/04/06/shared-nothing-architecture-redefined/
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---