Hi, I've been experiencing this problem for a couple months now and the only hunch I have is that it has something to do with data nucleus. What I mean is that I have a stable version of my app running at http://la.truxmap.com, (app id: truxmap) and i have the same app for another city at sf.truxmap.com. Now, the changes ive made in the code are completely unrelated to the rpc calls. There is VERY little difference between the two apps, and no difference in the classes involved with the rpcs. However, on the sf version of the site, ive tried deploying about 10 times with the same result -- very flaky rpc calls.. they will fail about half of the time which hurts traffic because no one wants to wait for the same page to load and then reload 3 times after 1 or more rpc calls fail.
The logs always say: "Request was aborted after waiting too long to attempt to service your request. Most likely, this indicates that 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/docs/quotas.html for more details." But I dont think its related to my dynamic limit because i know for a fact that the sf version isnt getting any visitors while the LA version is getting thousands everyday and hardly ever receives that error. Make the LA version stable was itself a struggle -- I basically had to remove the GWT and app engine libraries, restart eclipse, deploy and redeploy, several times until i hit upon a stable version. Ive read a lot about the dynamic request limit on this group, but i havent read about anyone having the same issue as i am. What im looking for is a solution or workaround, that will eliminate all the frustration im facing because i have working code, yet im unable to get it deployed successfully without trying to stumble upon a successful deployment. Thanks, Ivan -- 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.
