[ZODB-Dev] unusual ZEO configuration

Michel Pelletier michel@digicool.com
Wed, 15 Aug 2001 09:03:37 -0400


On Mon, 13 Aug 2001 11:46:55 -0400
 Jim Fulton <jim@zope.com> wrote:
> Toby Dickenson wrote:
> > 
> > The ZEO server lets you use different type of Storage.
> But, is it
> > possible for the ZEO server to use a ZEO client
> storage?
> 
> It should be, but it isn't.  The client storage expects
> to interact
> with a ZODB DB object and the Storage server doesn't
> provide the
> necessary interaction. It should be modified to do so ...

It's been documented to work with a ClientStorage for a long
time.  Oops.

-Michel