What exactly is a Google App Engine as per their plans to change the billing model as they exit preview?
Is an instance a VM with a set of memory and a fixed amount of dedicated CPU power, memory etc or something else?
|
What exactly is a Google App Engine as per their plans to change the billing model as they exit preview? Is an instance a VM with a set of memory and a fixed amount of dedicated CPU power, memory etc or something else? |
|||
|
|
Yes, exactly that it is. A VM with a set of memory and a fixed amount of dedicated CPU power. I can't remember how many instances a google server has but they said in a I/O session. They also said what kind of servers google is using for App Engine ( quad core with some big amount of ram). Here if I'm not wrong http://www.google.com/events/io/2011/sessions/full-text-search.html . |
|||
|
|
|
http://code.google.com/appengine/docs/adminconsole/instances.html#Introduction_to_Instances for a general description. http://code.google.com/appengine/docs/python/config/backends.html for specifics on backends, where you have more control over the resource that you're either reserving or using on demand. |
|||
|