Do you understand the new price model?
For example, your website traffice is low, spike style.
You set the number of idle instance to 1,
then if a new visit is coming, the idle instance will handle it.
But if google calls /_ah/warmup at the same time with this visit,
then a new instance will be created, which will cost your money.

For an extreme example, you website will get 100 visits per day.
Under the old price model, the free quotas are enough for these
visits.
But if the 100 visits come at the same time, then 99 new instances
will be opened.
You will pay for the new 99 instances.

So under the new price model, the free quotas are not that much as
they looks.

On Sep 5, 12:45 pm, Tim Hoffman <[email protected]> wrote:
> That would entirely depend on how long its take your instances to start up.
>
> If you have something really heavy like >10sec then I think /_ah/warmup is
> essential
>
> Just my 2c
>
> T

-- 
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.

Reply via email to