[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.10

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


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

Modified Files:
	NEWS.txt 
Log Message:
Add news about undoLog/undoInfo


=== ZODB3/NEWS.txt 1.9 => 1.10 ===
--- ZODB3/NEWS.txt:1.9	Wed Sep 11 19:01:53 2002
+++ ZODB3/NEWS.txt	Wed Sep 11 19:21:36 2002
@@ -67,6 +67,11 @@
 
 XXX abort/commit version
 
+The undoLog() and undoInfo() methods of FileStorage can run
+concurrently with other methods.  The internal storage lock is
+released periodically to give other threads a chance to run.  This
+should increase responsiveness of ZEO clients when used with ZEO 2.
+
 BTrees
 ------