[ZODB-Dev] ZEO.ClientStorage replication: invalidations don't work

2006-01-26 Thread Mihai Ilinca
Hi. I am trying to have a ZODB.DB accessible from remote locations trough ZEO.ClientStorage . I want the remote clients to also be able to work disconnected (by enabling ClientStorage's local caching). The problem is that changes made in one place do not show up in any other places (trough

[ZODB-Dev] I need disconnected mode functionality, but i get ClientDisconnected exception

2006-01-30 Thread Mihai Ilinca
Hi. I want to have a ClientStorage that would work in both connected and disconnected (to zeo-server) mode. When zeo-server is not up (or reachable), I would like ClientStorage to use a local cache. Is that possible with ZEO? Right now I instanciate ClientStorage with ClientStorage(