[google-appengine] Re: Does static files count for outbound traffic?

2009-06-25 Thread Mariano Benitez
Thanks Barry and Nick, Now it comes to the trade off between spending cpu cycles and bandwidth... If I make my own handler for static files, I don't use bandwith but cpu cycles, the other way it's much simpler but your bandwidth increases... BTW, is it TOO bad to cache the 4 images I use all

[google-appengine] Re: Does static files count for outbound traffic?

2009-06-24 Thread Nick Johnson (Google)
Hi Mariano, Yes, static files are included in your daily traffic quota. Bear in mind that although App Engine does not provide last-modified or etag headers, it does set Cache-Control and Expires headers, and you can control the expiration time in app.yaml, so browsers should not re-request

[google-appengine] Re: Does static files count for outbound traffic?

2009-06-24 Thread Barry Hunter
On 24/06/2009, Nick Johnson (Google) nick.john...@google.com wrote: Hi Mariano, Yes, static files are included in your daily traffic quota. Bear in mind that although App Engine does not provide last-modified or etag headers, it does set Cache-Control and Expires headers, and you can control