[Zope3-checkins] CVS: Zope3/src/zodb/zeo - client.py:1.8.2.1

Jeremy Hylton jeremy@zope.com
Thu, 20 Mar 2003 12:28:28 -0500


Update of /cvs-repository/Zope3/src/zodb/zeo
In directory cvs.zope.org:/tmp/cvs-serv14922

Modified Files:
      Tag: jeremy-pack-iterator-branch
	client.py 
Log Message:
Add XXX comment about ZEO exceptions.


=== Zope3/src/zodb/zeo/client.py 1.8 => 1.8.2.1 ===
--- Zope3/src/zodb/zeo/client.py:1.8	Thu Mar 13 17:11:35 2003
+++ Zope3/src/zodb/zeo/client.py	Thu Mar 20 12:28:28 2003
@@ -855,6 +855,11 @@
 
     # Below are methods invoked by the StorageServer
 
+    # XXX The storage interface could be simplified if there was
+    # another way to send store() exceptions back the to client.
+    # The server sends an error message immediately.  The client
+    # raises it internally on the next store() or tpcVote().
+
     def serialnos(self, args):
         """Server callback to pass a list of changed (oid, serial) pairs."""
         self._serials.extend(args)