The whole thing is that the application has custom password authentication in it and only I can access it. I'm only accessing a web page or two every few seconds on it. There should not be such a high latency. Beyond that "slowtime" should not be 6000ms!
On Fri, Jan 24, 2014 at 10:36 PM, Vinny P <[email protected]> wrote: > On Sun, Jan 19, 2014 at 2:42 PM, Nathan Suchy <[email protected]> wrote: > >> I'm having some issues with a script I uploaded to Google App Engine for >> my personal usage. >> >> Mainly why is my latency so high? Right now it's fine but what causes it >> to go so high up? >> > > > > There's no single answer here. It could be that your application was > experiencing heavy load (perhaps you were requesting too many pages > simultaneously, for one example), or that App Engine was just experiencing > "slowtime" at the moment you noticed. > > What you can try doing is increasing the number of idle instances and > seeing if that makes any difference. A warning though: this will increase > your bill. For an explanation, see > https://developers.google.com/appengine/docs/adminconsole/performancesettings#scheduler > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > -- Nathan Suchy [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
