Hi Rob, How many entities in total per request are you fetching? Waldemar is correct that it is generally better to set a specific fetch number than just using an iterator. But it may be that even though it is getting this error on that one request, that this is due to the fact that you are fetching more entities in total per the request than should be expected.
-Marzia On Mon, Nov 24, 2008 at 1:48 PM, Rob <[EMAIL PROTECTED]> wrote: > > I spent the weekend trying various tweaks to attempt to reduce the > number of timeouts on this query but with no success. Since the > problem seems to come and go in waves, I'm beginning to think it's > more related to load other issues on the server (not particularly > related to the load on my app). Unfortunately, when 50% or more of > these simple queries timeout after waiting for several seconds, my app > becomes very unresponsive. > > Has anyone had any success taming these timeout errors or is this an > acknowledged problem that might be worked out later in the beta > period? If there isn't much hope for a resolution, I'm not sure I can > figure out a workable solution for our app on App Engine. > > I'd love to provide additional information or tests if they would be > useful. > > Thanks again for the help- > > -Rob > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
