[Zodb-checkins] CVS: ZODB3 - ZEO-NEWS.txt:1.36
Guido van Rossum
guido@python.org
Mon, 23 Sep 2002 16:26:50 -0400
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv1008
Modified Files:
ZEO-NEWS.txt
Log Message:
Update news about sync(), now that it's renamed back from update().
=== ZODB3/ZEO-NEWS.txt 1.35 => 1.36 ===
--- ZODB3/ZEO-NEWS.txt:1.35 Tue Sep 17 18:11:10 2002
+++ ZODB3/ZEO-NEWS.txt Mon Sep 23 16:26:50 2002
@@ -122,12 +122,12 @@
This hurts cache effectiveness when a version is aborted, but
we expect this will have little practical impact.
- - Add update() method to ClientStorage
+ - Add sync() method back to ClientStorage
- The update() method is used like the sync() method in ZEO 1.
- It should be called by applications that do not have a
- separate asyncore mainloop when the application wants to
- handle pending object invalidations.
+ The sync() method may be called by the ZODB Connection class
+ on the storage. It can also be called by applications that do
+ not have a separate asyncore mainloop when the application
+ wants to handle pending object invalidations.
- undoLog() and undoInfo() can run in background