[ZODB-Dev] ZEO 2 : cache twiddling
Guido van Rossum
guido@python.org
Thu, 21 Nov 2002 10:39:47 -0500
> Okay, now bumped the caches for the 3 storages used on these clients
> up to 100Mb each.
Good; this seems about optimal given my simulation of your trace data.
> Intitial observations:
>
> The first time I do something that involves reading from one of the
> mounted storages, I have to wait an _age_. What's happening? Is the
> ClientCache filling itself with all objects it can before it does
> anything? Certainly much slower than before.
Doesn't make sense. Anything in the logs?
--Guido van Rossum (home page: http://www.python.org/~guido/)