[ZODB-Dev] ZEO features

Jeremy Hylton jeremy@digicool.com
Fri, 13 Jul 2001 10:05:09 -0400 (EDT)


ZEO supports a fairly specific interface for updating data as part of
a two-phase commit.  I don't think it would make sense to extend it to
support remote method invocation.  Instead, I would develop another
service that support remote method invocation and is itself a ZEO
client.  This service could well be a CORBA ORB.

Jeremy