[ZODB-Dev] ZEO/Zope unexpected behaviour

Jeremy Hylton jeremy@zope.com
Mon, 18 Mar 2002 13:31:53 -0500


On Mon, 18 Mar 2002 11:19:49 -0500
 Jim Fulton <jim@zope.com> wrote:
> No, it just waits for a successful connection before
> proceeding. It invokes verification, but doesn't wait for
> validation. Maybe it should.

Perhaps the ZEO client should not use the cache until it has
completed cache validation.  The reads would just go
directly to the server until then.

Jeremy