[google-appengine] Re: What is an acceptable average request time?

2008-10-07 Thread Jon McAlister
Your best reference for that is likely: http://code.google.com/appengine/articles/quotas.html Also notable is that you need to make sure you do not consume more than 300ms of cpu-time per request (time spent waiting on API calls is not counted in this specific threshold). On Oct 7, 5:10 pm, Ami

[google-appengine] Re: What is an acceptable average request time?

2008-10-07 Thread Ross Ridge
Amir Michail wrote: > I think what's required here is a tool to give developers get a > reasonable idea whether it would be feasible to port their app to the > google app engine with its present quotas/deadlines. I beleive the warnings about the average request time occur when a request takes mor

[google-appengine] Re: What is an acceptable average request time?

2008-10-07 Thread Amir Michail
On Oct 7, 6:51 pm, "David Symonds" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 8, 2008 at 8:36 AM, Amir Michail <[EMAIL PROTECTED]> wrote: > > I mean what sort of request times should one aim for to avoid having > > the app shut down for hours? > > As short as possible. It will depend on the amount o

[google-appengine] Re: What is an acceptable average request time?

2008-10-07 Thread David Symonds
On Wed, Oct 8, 2008 at 8:36 AM, Amir Michail <[EMAIL PROTECTED]> wrote: > I mean what sort of request times should one aim for to avoid having > the app shut down for hours? As short as possible. It will depend on the amount of traffic: if it's very few requests, they can take several seconds; i

[google-appengine] Re: What is an acceptable average request time?

2008-10-07 Thread Amir Michail
On Oct 7, 5:28 pm, "David Symonds" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 8, 2008 at 8:17 AM, Amir Michail <[EMAIL PROTECTED]> wrote: > > Anyone know what sort of request times are acceptable? > > Acceptable to whom? > > Dave. I mean what sort of request times should one aim for to avoid having

[google-appengine] Re: What is an acceptable average request time?

2008-10-07 Thread David Symonds
On Wed, Oct 8, 2008 at 8:17 AM, Amir Michail <[EMAIL PROTECTED]> wrote: > Anyone know what sort of request times are acceptable? Acceptable to whom? Dave. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google A