Brian R Brinegar wrote: > Okay, > > I'm trying to better understand Caching within Zope. Is a cache created > for each Zope Thread? Or one per Zope instance? > > We have 3 ZEO Clients with 4 Threads each. I want to know if we have 3 > copies of the cache, or 12 copies of the cache. If you're talking about RAMCacheManager, you have 3 caches. It carefully shares among threads. Shane