Subject: Re: [google-appengine] App Engine Takes 20 secs to serve some times > If you enable billing ($9/mo), presumably this is the same as the "always > on instance" of the old pricing model. This is not true, at least in my experience. For very low traffic apps, with billing enabled, I regularly get the 20-30 second loading requests. On Tue, Feb 21, 2012 at 7:30 PM, Jeff Schnitzer <jeff@xxxxxxxxxxxxxx> wrote: > You're seeing "application startup time". > > That is, the time it takes to fire up an instance of your app when it isn't > running in the cluster. If you're on the free tier, there's no guarantee > your app is running all the time... GAE will shut it down if it sits idle > If you enable billing ($9/mo), presumably this is the same as the "always > on instance" of the old pricing model. > > Jeff > > > On Tue, Feb 21, 2012 at 5:27 AM, pradeep <krishnan8727@xxxxxxxxx> wrote: >> >> Hi All, >> >> Can any one help me to find the issue >> >> actually the Time of service changes every time I not getting what was >> the reason >> >> It takes 20s for few times and it takes 65-100ms most of the time for >> same service call >> >> And I am using multithread as <threadsafe>true</threadsafe> >> and the cache is basically the asynchronous memcache >> App engine version is 1.6.1 >> >> If you found it, what would be cause of issue in this can share with >> me please >> >> Thanks >> Krishnan >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to google-appengine@xxxxxxxxxxxxxxxxx >> To unsubscribe from this group, send email to >> google-appengine+unsubscribe@xxxxxxxxxxxxxxxxx >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to google-appengine@xxxxxxxxxxxxxxxxx > To unsubscribe from this group, send email to > google-appengine+unsubscribe@xxxxxxxxxxxxxxxxx > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@xxxxxxxxxxxxxxxxx To unsubscribe from this group, send email to google-appengine+unsubscribe@xxxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. |