High Scalability helps you build successful scalable websites. This site tries to bring together all the lore, art, science, practice, and experience of building scalable websites into one place so you can learn how to build your system with confidence. Hopefully this site will move you further and faster along the learning curve of success.
Archived scoops - Design & Tuning
High Scalability
Category: Design & Tuning Tags: ()
How to scale on ROR using stack similar to LAMP?
A very informative and practical presentation that talks about how website can be scaled up to handle milliions of page views a month all using free/open source solutions. It starts from a simple setup and expands on a more complex one. Similarly other stacks can be sacled to build a scalable platform.
Category: Design & Tuning Tags: ()
Great Business Software - Needs a Great Domain Model
When you are coding in a hurry, it is very tempting to write business logic in the first place that comes to mind, such as a button click handler in your UI code. However, for all but the simplest systems, such a practice leads very quickly to a system that is very difficult to work with, much less modify, because its business logic is scattered like the ash from an erupting volcano. So let's take a step back and see how you can develop an application more intelligently.
Read more »Category: Design & Tuning Tags: ()