Re: [google-appengine] Status of edge cache?

2011-09-16 Thread Joshua Bronson
On Fri, Sep 16, 2011 at 2:56 AM, Brandon Wirtz wrote: > My experience is that Edge Cache bounces between on, and off, and you can’t > depend on it working. Oddly, It has never not worked for my MS Apps, only > my HR have issues. > It sounds like it's related to request rate and not M/S vs HR. J

Re: [google-appengine] Status of edge cache?

2011-09-16 Thread Joshua Bronson
On Fri, Sep 16, 2011 at 2:51 AM, Nick Johnson wrote: > Hi Joshua, > > The edge cache is just that - a cache. It doesn't guarantee that no 304 > requests will reach your app, only that they will be satisfied by the cache > if possible - and if the headers you set permit it. The more popular your

Re: [google-appengine] Status of edge cache?

2011-09-16 Thread Nick Johnson
Hi Joshua, The edge cache is just that - a cache. It doesn't guarantee that no 304 requests will reach your app, only that they will be satisfied by the cache if possible - and if the headers you set permit it. The more popular your content is, the more effect you're likely to see from the cache.

RE: [google-appengine] Status of edge cache?

2011-09-16 Thread Brandon Wirtz
Sent: Thursday, September 15, 2011 8:26 PM To: google-appengine@googlegroups.com Cc: adamf...@gmail.com Subject: [google-appengine] Status of edge cache? Hey GAE devs, We just enabled billing for our app, but contrary to past reports <https://groups.google.com/d/topic/google-appengine/8Qg

[google-appengine] Status of edge cache?

2011-09-15 Thread Joshua Bronson
Hey GAE devs, We just enabled billing for our app, but contrary to past reports, 304 responses are still being served by our Python code rather than by GAE's edge cache, whether requested via our appspot domain or our G