If you have a low amount of traffic, App Engine stops and starts server instances for each request. But then your logs should show another message.
If your responses are slow, then App Engine limits the number of connections that your app can make. Try to see if you can use memcache or other optimisations to speed up your responses. On Sat, Jul 10, 2010 at 2:52 PM, shookie10 <[email protected]> wrote: > Hi, I am getting the following error sporadically in my application. > I have searched the discussion but have not found a definitive > solution to the problem. The client is android 2.1 and it makes an > http call to the server. Some of the requests go through and some > don't. The android client will send updates to the server either > every 2 minutes or if a minimum distance is exceeded. I would not > think this would generate too many requests, especially since I am > still in dev phase. Can someone tell me why some succeed and some > don't? Most of the request are going to be the same size. > > W 07-09 10:15AM 47.026 > Request was aborted after waiting too long to attempt to service your > request. This may happen sporadically when the App Engine serving > cluster is under unexpectedly high or uneven load. If you see this > message frequently, please contact the App Engine team. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Pieter Coucke Onthoo BVBA http://www.onthoo.com http://www.koopjeszoeker.be -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
