[Zodb-checkins] CVS: ZODB3 - ZEO-NEWS.txt:1.33

Jeremy Hylton jeremy@zope.com
Wed, 11 Sep 2002 19:18:45 -0400


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv19144

Modified Files:
	ZEO-NEWS.txt 
Log Message:
Add news about update() and undoLog/Info() changes.


=== ZODB3/ZEO-NEWS.txt 1.32 => 1.33 ===
--- ZODB3/ZEO-NEWS.txt:1.32	Wed Sep  4 14:42:07 2002
+++ ZODB3/ZEO-NEWS.txt	Wed Sep 11 19:18:44 2002
@@ -24,6 +24,21 @@
 	= on a cache file flip, the index data for the cache file
 	  that's being overwritten wasn't cleared out.
 
+      - Add update() method 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.
+
+      - undoLog() and undoInfo() can run in background
+
+        These methods can take a long time to run if the client has
+        specified a filter or specification.  ZEO 2 will run these
+        operations in a separate thread, allowing other client
+        requests to be handled as long the underlying storage allows
+        them.
+
       - Client cache code cleanup.
 
         The doc string was updated to provide more and more accurate