On 4/3/06, Steve Bergman <[EMAIL PROTECTED]> wrote: > > I have not yet used TG or CP in production. However, I have always > used mod_gzip under apache. I just turned on the gzip filter and ran a > spot check on my current TG app.
There is no question that some method will be avalable to zip your pages on the way out. This kind of thing is, as you rightly point out, critical for performance in some situations. It is possible in some future (post 1.0) version of TurboGears this may be accomplished using WSGI middleware or somewhere other than cherrypy filters. So, the real question is are there any CherryPy filters that impact your application logic, and would be difficult to replace? I definitely don't think you need to worry about loosing this kind of static filter type functionality. -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

