This allows you to easily serve the same app to multiple different customers, with each customer seeing their own unique copy of the app.
I'm a bit confused by what this means exactly. Is it still 1 code base that you upload and manage or are you now just given the ability to upload different versions of code for each tenant?
he API works will all of the relevant App Engine APIs (Datastore, Memcache, and Task Queues).
Now thats cool. Each tenant basically gets their own set of data, cache and queues?
I can only hope that Windows Azure will step up and provide some similar functionality.
Multitenancy is a killer feature, very useful for Google Apps Marketplace offerings. App Engine is slowly transforming to a true 'general-purpose' platform.
I'm a bit confused by what this means exactly. Is it still 1 code base that you upload and manage or are you now just given the ability to upload different versions of code for each tenant?
he API works will all of the relevant App Engine APIs (Datastore, Memcache, and Task Queues).
Now thats cool. Each tenant basically gets their own set of data, cache and queues?
I can only hope that Windows Azure will step up and provide some similar functionality.