ZEO client-server protocol endian-safe?
8 May
2001
8 May
'01
2:22 p.m.
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.
8 May
8 May
4:21 p.m.
New subject: [Zope-dev] ZEO client-server protocol endian-safe?
"AB" == Anthony Baxter <anthony@interlink.com.au> 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 paranoid... All the data that ZEO passes between client and server is marshalled with cPickle, which uses a neutral format. Jeremy
9122
Age (days ago)
9122
Last active (days ago)
1 comments
2 participants
participants (2)
-
Anthony Baxter -
Jeremy Hylton