What considerations should be made for a web app to be released on a cloud hosted system?

Posted by Rhubarb on Stack Overflow See other posts from Stack Overflow or by Rhubarb
Published on 2010-05-31T03:51:26Z Indexed on 2010/05/31 3:52 UTC
Read the original article Hit count: 286

I have a web app that is primarily a WordPress app, but it pulls content from a Django app, simply by calling a service that uses Django models.

My understanding of cloud computing is a bit vague. If the site needs to scale up with short notice, does the cloud provider (Amazon, Rackspace, whomever) simply spin up new instances (copies) of my initially configured server? How is state managed between all of them? Are there any good primers on this subject? It's hard to find much out there without getting caught up in the marketing.

© Stack Overflow or respective owner

Related posts about web-development

Related posts about architecture