[ZODB-Dev] bug in ZEO-1.0b3

Dyon Balding dyon@devcoder.com.au
Tue, 29 May 2001 14:41:16 -0700


If the ZEO server goes down, the the client no longer tries to keep
reconnecting.  This works fine with the ZEO-1.0b1 (I haven't tried b2).

This appears to be something to do with the __closed attribute in
zrpc.py.  This is set to 1 when the server goes down, and the client
only tries to reconnect when it's value is 0.

Can anyone else verify this bug?

Is there a page to check the status of bugs in ZEO?
When is the next version due out? Will it be a final 1.0 version?

thanks
-d