What is cloud computing? What can I make with it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Byron Whitlock, Jim Lewis, Naveen, Loki Astari, balexandre Aug 17 '10 at 7:11
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
See |
||||
|
|
|
The basic idea is that you run a service on a whole farm of servers managed by someone else, so you don't have to care about maintenance. This makes it way easier to scale things, since you just have adjust some number in the control panel and the cloud (just a fancy name for datacenter) will start your program on new servers / VMs. |
|||
|
|