Today my app is having problems - no surprises there, this is to be
expected with the App Engine of late.
However, now it has become completely unusable and is giving me these
errors regularly:
Request was aborted after waiting too long to attempt to service your
request because you have reached your simultaneous dynamic request
limit. This is almost always due to excessively high latency in your
app. Please see
http://code.google.com/appengine/kb/general.html#activerequests
for more details.
... and indeed the average latency I am seeing is 10000ms
Oh and this is my error count:
Requests: 6987 % Errors: 62%
Simply unacceptable.
I am now going to seriously think about moving my apps over to Amazon:
http://aws.amazon.com/sdkforjava/
The GAE status page says everything is running fine too, which is nice.