Re: some thoughts about caching in pylons

2009-10-20 Thread torbenh
On Tue, Oct 20, 2009 at 03:21:46PM -0700, Mike Orr wrote: > > On Tue, Oct 20, 2009 at 8:16 AM, wrote: > > > > my app is dynamically rendering images using cairo, which i write into > > the response with: > > > > response.content_type="image/png" > > surface.write_to_png( response ) > > > > i di

Re: some thoughts about caching in pylons

2009-10-20 Thread Mike Orr
On Tue, Oct 20, 2009 at 8:16 AM, wrote: > > my app is dynamically rendering images using cairo, which i write into > the response with: > > response.content_type="image/png" > surface.write_to_png( response ) > > i did not return anything, because it was working fine. > so when this was working,