Lots of internal apps at google are written on top of appengine. For example the android developers portal is written on top of it. So i woudnt worry too much.
Good point. But still, it's hard to believe that it's taking years for Google to add to GAE a mature Search API and support for multiple datacenter locations, which are things Google does better than anyone.
What are Google's long-term plans for Google App Engine?
11–16 of 16 posts
Re: What are Google's long-term plans for Google App Engine?
#12Lack of info from Google is a big problem for me. Who knows what the memcache quota is, for example? [1] They drastically raised prices with little warning. GAE doesn't seem professional enough to depend one's business on it, unless it's a relatively tiny app. [1] http://stackoverflow.com/questions/8276292/google-app-engine...
Understandably for a PAAS they tell you to treat memcache as if it wasn't there and make no promises as to the quota. The reason is that they can twiddle things around behind the scenes without anybody architecting their app around a particular memcache performance fingerprint. If you think about it, that's how you are supposed to treat something ephemeral as memcache anyway, best effort availability, not to be relie…
Re: What are Google's long-term plans for Google App Engine?
#13I think no discussion of GAE's future should ever miss these very important options: http://appscale.cs.ucsb.edu/index.html http://www.jboss.org/capedwarf So even if Google shuts down GAE, you could transition without too much trouble. Regarding the question itself: GAE is just a friendly face on top of Google's internal systems, and Google is deploying all of their new stuff onto it directly for ease of maintenance.…
"Want free hosting? Not a good choice, look elsewhere." What are some better alternatives? And why are they better? I've used GAE for some toy apps and a few websites with low traffic. It works great.
Re: What are Google's long-term plans for Google App Engine?
#14Re: What are Google's long-term plans for Google App Engine?
#15To avoid vendor lock-in, check out the OpenShift platform [1] from Red Hat. It's open source [2] so you can set it up on your own servers if you felt Red Hat weren't providing the service you required.
[1] https://openshift.redhat.com/community/paas
[2] https://openshift.redhat.com/community/open-source/download-...