[Zope-dev] ZEO client-server protocol endian-safe?

2001-05-08 Thread Anthony Baxter
Any known gotchas with running ZEO server and ZEO client on boxes of different endianness? e.g. the server running on sun solaris/sparc, while the clients are on x86 linux boxes. I'd expect it to be fine, but am feeling paranoid... ta, Anthony. ___

Re: [Zope-dev] ZEO client-server protocol endian-safe?

2001-05-08 Thread Jeremy Hylton
AB == Anthony Baxter [EMAIL PROTECTED] writes: AB Any known gotchas with running ZEO server and ZEO client on AB boxes of different endianness? e.g. the server running on sun AB solaris/sparc, while the clients are on x86 linux boxes. AB I'd expect it to be fine, but am feeling