[Zope-dev] Zope Caches

Shane Hathaway shane@zope.com
Thu, 21 Nov 2002 16:14:15 -0500


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