hi jerry, if you run your app via paster/gunicorn/whatever proxied by apache or nginx, it is trivial to insert varnish [1] as transparent cache between the frontend and the server serving your pyramid app. regards robert
[1] https://www.varnish-cache.org/ On Tue, Jan 31, 2012 at 9:16 AM, jerry <[email protected]> wrote: > Hi, > > I wonder if anyone has succeeded in caching the template output. The > main hurdle I'm facing is how to serialize the entire Response object. > I have made a tween to cache the vanilla 200 response.text, but what > about redirect, forbidden, etc, I don't have a solution. > > Any pointer will be much appreciated. > > Jerry > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" 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/pylons-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
