[Zope-dev] ZCatalog caching with memcached
Chris Withers
chris at simplistix.co.uk
Fri Oct 31 12:40:05 EDT 2008
Hedley Roos wrote:
> Since memcached is distributed only a single Zope client needs to
> perform that query and the result is available to all other Zope
> clients.
This is where you'll get the big win: no need to load all the
catalog-related objects into the zodb cache on all the clients which has
the twin drawbacks of needing to be done and trashing your zodb cache...
> And the cache is "persistent" as long as memcached runs, so
> you can merrily restart Zope instances and have a warm cache. I didn't
> even realise this until Roche pointed it out to me.
Coool :-)
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope-Dev
mailing list