On Jul 7, 2007, at 12:43 PM, Martin v. Löwis wrote: ... > I'm quite skeptical on caching in general (even about the static page > generation). It *should* be possible to make it fast enough so that > it doesn't need caching.
Sure, with more hardware than we want to afford. > I consider caching a work-around, not a > solution - and one with severe drawbacks. The pages we're talking about are static. They change at well-known times. IMO, It's crazy to serve static content dynamically when it's easy to serve it statically. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
