[ZODB-Dev] ZEO 2 : cache twiddling

Jeremy Hylton jeremy@zope.com (Jeremy Hylton)
Thu, 21 Nov 2002 11:20:10 -0500


>>>>> "CW" == Chris Withers <chrisw@nipltd.com> writes:

  CW> The first time I do something that involves reading from one of
  CW> the mounted storages, I have to wait an _age_. What's happening?
  CW> Is the ClientCache filling itself with all objects it can before
  CW> it does anything? Certainly much slower than before.

It's impossible to guess <0.5 wink>.  I think you would do best to run
with EVENT_LOG_SEVERITY set to -100 and see what the log says.  Every
ZEO call should be getting logged at BLATHER level and you can see how
many calls per second are running.

Jeremy