Start a StartUp / Blog


How to scale your code?

Posted in FAQ by Vishi on the January 23rd, 2007

Use a framework that deploys code on amazons EC2 and takes care of the scalability issue. EC2 is an affordable service that amazon provides, which can deploy servers in minutes when the load on the server increases. The share nothing architecture of Rails makes scaling a lot easier.

Leave a Reply