Popular Posts

Sunday, March 11, 2012

Scalable web application


What is scalable application design : 
Tip 1: load balancing the webserver
Tip 2: scaling from a single DB server to a Master-Slave setup
Tip 3: Partitioning, Vertical DB Scaling
Tip 4: Partitioning, horizontal DB Scaling
Tip 5: Application Level Partitioning
Tip 6: Caching to get around your database

Refer : http://blog.nickbelhomme.com/php/scalable-web-applications_158

Also refer :
http://www.infoq.com/news/2010/08/Scalable-Web-Application

No comments:

Post a Comment