hi nicky, cool sight.

those are most likely cold starts where the GAE infrastructure is
starting up a new handler for your request. unfortunately, there's not
a lot you can do about them on low traffic sights. it's actually worse
when you have a low traffic site that makes a lot of small, concurrent
requests (like map tiles).

search the GAE groups and you'll find lots of discussions on cold
starts. the proposed remedy of reserved, "hot" instances will not
really help in the scenario either, sorry

for out map tiles, I've just learned to live with it and make the
handler code for map tiles as efficient as possible. YMMV

cheers
brian

On May 18, 12:12 pm, Nicky <[email protected]> wrote:
> I am wondering if there is explanation for this. I have a simple 
> apphttp://dsm2bathymetry.appspot.comthat serves custom tiles for google
> maps. I turned on appstat on it and have noticed that there are large
> unexplained windows of time in the request that are not reported on.
> This gives me very little to go on.
>
> For example this the appstat report on one such request
> 2010-05-18 11:04:10.899
> 307 GET /tiles/-1751683366_tile334_790_11.png
> real=155ms cpu=0ms api=0ms overhead=3ms
>
> The same request in the log
> 05-18 04:04AM 04.304 /tiles/-1751683366_tile334_790_11.png 302 6792ms
> 145cpu_ms 12api_cpu_ms 0kb Mozill..
>
> Approx 150ms are reported by appstat but what of the remaining
> 6792-150 approx 6 seconds of delay in the request.
>
> This is just a sample, there are a number of requests for which it is
> unknown whats taking so long. The code for the app is available 
> athttp://code.google.com/p/dsm2-grid-map/source/browse/#svn/trunk/dsm2-....
>
> --
> 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 
> athttp://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 [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