I would love to have Appengine as an alternative to AWS, but what's a poor boy to do without his nodejs & cassandra?
I'd love to see how people are running map/reduce jobs on AppEngine.
App Engine: Multi-tenancy, High Performance Image Serving, Increased Quotas
21–23 of 23 posts
Re: App Engine: Multi-tenancy, High Performance Image Serving, Increased Quotas
#22This 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)…
Multitenancy is a killer feature, very useful for Google Apps Marketplace offerings. App Engine is slowly transforming to a true 'general-purpose' platform.
Re: App Engine: Multi-tenancy, High Performance Image Serving, Increased Quotas
#23Appengine keeps getting better and better.
Indeed. Unfortunately, it started off at "Terrible". I think it's finally moved past "Embarrassing", but it's still a long way from "Ready to use." Give them another couple years, and maybe they'll make it all the way to "Good". Unfortunately, lots of us got burned by it in the early days and we probably won't be coming back.