[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - NOTES:1.3

Guido van Rossum guido@python.org
Fri, 13 Sep 2002 01:49:51 -0400


Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv17369

Modified Files:
	NOTES 
Log Message:
Clarify status of these notes.


=== ZODB3/ZEO/zrpc/NOTES 1.2 => 1.3 ===
--- ZODB3/ZEO/zrpc/NOTES:1.2	Tue Jun 11 15:22:26 2002
+++ ZODB3/ZEO/zrpc/NOTES	Fri Sep 13 01:49:51 2002
@@ -1,3 +1,5 @@
+[XXX These notes reflect a design that was never implemented]
+
 The Connection object should be extended to support more flexible
 handling for outstanding calls.  In particular, it should be possible
 to have multiple calls with return values outstanding.
@@ -76,4 +78,4 @@
 There are lots of issues to work out here.
 
 Delays may not be necessary if the connecftion handler runs in a
-different thread than the object the handles the calls.  
\ No newline at end of file
+different thread than the object the handles the calls.