[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.52
Tim Peters
tim.one at comcast.net
Mon Oct 4 16:06:25 EDT 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv19051
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
Belated news for a change to ZEO/zrpc/Marshaller.encode().
=== ZODB3/NEWS.txt 1.33.6.51 => 1.33.6.52 ===
--- ZODB3/NEWS.txt:1.33.6.51 Fri Sep 17 11:08:30 2004
+++ ZODB3/NEWS.txt Mon Oct 4 16:06:25 2004
@@ -2,6 +2,14 @@
==========================
Release date: 17-Sep-2004
+ZEO
+---
+
+The encoding of RPC calls between server and client was being done
+with protocol 0 ("text mode") pickles, which could require sending
+four times as many bytes as necessary. Protocol 1 pickles are used
+now. Thanks to Andreas Jung for the diagnosis and cure.
+
ReadConflictError
-----------------
More information about the Zodb-checkins
mailing list