[ZODB-Dev] ZEO Cross-platform?
Guido van Rossum
guido@python.org
Thu, 07 Nov 2002 11:23:01 -0500
> I've been experimenting with ZODB and ZEO. I am able to have
> multiple clients access a ZEO storage on the same machine. However,
> when I tried to connect to a Sun ZEO process from a Windows client
> it just hung. Is this a known issue?
I don't think it's a cross-platform thing -- AFAIK the ZEO protocol is
does depend on the platform or byte order.
Most likely it's a bug in your setup of the Windows client. To debug
this, it behooves you to turn on BLATHER-level loggin on both client
and server and observe the log files.
--Guido van Rossum (home page: http://www.python.org/~guido/)