> The way I cache our site, I put the cache into memcached, so that the cache > is shared among all apaches, ages out old stuff, and when I update > something I just tell memcached to invalidate everything in it's cache, no > Apache restart necessary. I *DO* need to restart it if I make code > changes, but not template changes.
How can I put parsed zope templates into memcached? Regards, Martin _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
