I'm quite curious about the high amount CPU quota. It seems some
simple put or URL fetch will make the request easily be a high CPU
request. In my case, any request that involves more than 1 put or any
URL fetch, it tends to display as a high CPU request in log. And 80%
of my requests need to do around 2-4 puts and 2 URL fetch. This makes
the average CPU usage for most of my requests around 3K-8K mcycles.
That means the high amount CPU quota (which is small) is actually
limiting my app instead of the general CPU quota.
My question is, why GAE need to have 2 different CPU quota? I think
every app is different and not every app is line to the normal/high
amount CPU rate that GAE defines. In my case, most of my requests are
high amount CPU ones. As long as user will pay for the CPU usage in
future, what's the point to add the additional high CPU quota?
> To address some of the comments in this thread:
>
> 1 - Minor Versions - We did eliminate listing the minor version. This allows
> you to always access the latest changes for each version of your app athttp://
maj_ver.latest.app_id.appspot.com, instead of having to enter a new
> On Thu, Sep 18, 2008 at 1:00 PM,
Larry.Ches...@googlemail.com <