App Engine SDK 1.3.5 - New Task Queue, Python Precompilation, and Blob Features(googleappengine.blogspot.com)
googleappengine.blogspot.com
App Engine SDK 1.3.5 - New Task Queue, Python Precompilation, and Blob Features
http://googleappengine.blogspot.com/2010/06/app-engine-sdk-135-released-with-new.html
15 comments
The pre-compilation of python code appears to significantly decrease the time required for cold starts. That's just great. Awesome team, awesome platform.
Does anyone use AppEngine in production? I am not trying to troll but we've have had pretty poor performance getting data out of their datastore. We only have a couple operations apps running on it and I could not imagine running anything that need to perform on GAE. BTW - We've had slowness in both Java and Python...
I do (but I'm not sure I can talk numbers.)
Honestly: I like that it means I don't have to muck around with configurations, the fact that downtime is out of my control is frustrating, but at the same time, if I were running things, there would be more downtime due to mistakes I/my fellow developers make. Datastore latency is something of a painpoint, but it was something we knew going in and designed a bit for, and it also helps quite a bit that we're very read heavy in the ways that appengine wants you to be.
My friends at wolfire ran the humble indie bundle (and lots of other stuff like their blog as well), and it does well. (documented at http://googleappengine.blogspot.com/2010/06/how-app-engine-s...)
Honestly: I like that it means I don't have to muck around with configurations, the fact that downtime is out of my control is frustrating, but at the same time, if I were running things, there would be more downtime due to mistakes I/my fellow developers make. Datastore latency is something of a painpoint, but it was something we knew going in and designed a bit for, and it also helps quite a bit that we're very read heavy in the ways that appengine wants you to be.
My friends at wolfire ran the humble indie bundle (and lots of other stuff like their blog as well), and it does well. (documented at http://googleappengine.blogspot.com/2010/06/how-app-engine-s...)
BuddyPoke and NetworkedBlogs are using it in Production. Both are highly-trafficked sites.
Tons of people do. The appengine blog featured a number of prominent ones. We own http://news.priorsmart.com which runs on there.
Is a great platform for all the same reasons Heroku is a great platform: scalability, easy deployment, no sys admin.
Is a great platform for all the same reasons Heroku is a great platform: scalability, easy deployment, no sys admin.
Is anyone using Java on GAE? I love Java in general but for web dev I never found a great framework. Was considering learning Python/Django. However, the one thing about Java is that I might be able to go with Scala and/or Clojure at some point.
I believe they are not focused on single-request performance as much as being able to scale to thousands of simultaneous requests.
I’ve heard that as soon as you start paying for quota, the datastore gets way snappier. I can’t confirm this though.
I have been paying for quota and I was effected by the recent flaky behavior of the datastore (as were some high traffic production apps). This was a pretty huge deal for a lot of loyal app engine users and I am pretty sure Google will not let it happen again.
Also, the upcoming "business class" service offers an SLA so it appears that the platform is maturing nicely. Since the recent datastore fix performance has been superb.
Also, the upcoming "business class" service offers an SLA so it appears that the platform is maturing nicely. Since the recent datastore fix performance has been superb.
Still waiting for that full text search API. I believe the ticket was 'started' in October last year. http://code.google.com/p/googleappengine/issues/detail?id=21...