Hello, I have a big issue with this Timeout and I don't understand why it occurs.
I had red some posts about the subjects and all talk about the possibility that this error occurs even with a normal use of the datastore. But for my application, I had never encounter this error with few data in datastore. Until I had feed the datastore with a lot of data. There is a request that is made when loggin to the application and works now only for one user, and raise this timeout error for all other users. (it is a get request, and for the only user for which this request don't raise any error, it takes only 2 seconds, this is why I don't understand why it doesn't work for all other users because theoretically they don't have to take more than this time because data is approximately the same for all users) I hope that you will be able to help me to handle this issue, because I think that GAE still the best solution to scale well. (with mysql for example this same request would take more time and won't scale to a large number of user) Thank you for all your help! -- 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.
