[Zope-dev] Zope Caches

Brian R Brinegar brinegar@ecn.purdue.edu
Thu, 21 Nov 2002 16:18:50 -0500 (EST)


Not RAM Cache managers, but Database caches.

-Brian

On Thu, 21 Nov 2002, Shane Hathaway wrote:

> 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
>