[Zope-dev] Zope Caches
Brian R Brinegar
brinegar@ecn.purdue.edu
Fri, 22 Nov 2002 15:16:37 -0500 (EST)
Okay,
Tell me where I'm wrong or if I'm lucky and got it right.
There is 1 client cache per thread on a ZEO client and 1 ZEO cache per ZEO
client. The ZEO cache is shared between the threads.
We have 3 machines 4 threads each that's 3 * 4 + 3 = 15 caches? Is this
correct? If so what's cached in each of the caches? When accessing the
cache parameters from the Control_Panel which caches am I managing?
Thanks again,
-Brian