Does anyone know if Google App Engine for Business also exhibit the same
"request aborted errors" arising out of cold start issues?

Thanks!

On Wed, Oct 6, 2010 at 1:10 AM, Julian Namaro <namarojul...@gmail.com>wrote:

> Sounds like a cold start problem. I don't have experience on this but
> there are some advices in the forum. If your app grows to have
> sustained traffic it will improve for sure, but when starting or for
> low-traffic sites the problem remains. I see that there's a feature on
> the App Engine Roadmap to help address this: "Ability to reserve
> instances to reduce application loading overhead".
>
>
> On Oct 5, 12:47 pm, Kangesh Gunaseelan <kang...@gmail.com> wrote:
> > Thanks for your suggestion.
> >
> > I will take a look at the appstats one more time. What I am noticing
> though
> > is api_cpu under 500ms (and many much below that) but sometimes overall
> cpu
> > overshoots 700 ms. More over, for request aborted error messages, it
> doesn't
> > really look like the service is even called - overall cpu in those
> instances
> > is over 10000 ms but api_cpu is 0 ms.  Am I interpreting this right?
> >
> > I have seen old posts where users recommended a cron and I tried that out
> > today with surprisingly positive results.  Other than this potentially
> > causing few instances to stay alive, I can't think of any other
> > explanations.  Any one why that is better?  In any case, I wonder if that
> is
> > going to really help if concurrent requests increase and demand more
> active
> > instances.
> >
> > Thanks.
> >
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> 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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to