[Zodb-checkins] SVN: ZODB/trunk/3.11.txt *** empty log message ***

Jim Fulton jim at zope.com
Fri Mar 2 11:05:29 UTC 2012


Log message for revision 124497:
  *** empty log message ***

Changed:
  U   ZODB/trunk/3.11.txt

-=-
Modified: ZODB/trunk/3.11.txt
===================================================================
--- ZODB/trunk/3.11.txt	2012-03-01 20:16:11 UTC (rev 124496)
+++ ZODB/trunk/3.11.txt	2012-03-02 11:05:28 UTC (rev 124497)
@@ -42,3 +42,18 @@
   it could cause a load request to be sent to the server if the object
   isn't already loaded or in the zeo cache. This way, you could have
   lots of loads in flight at once, mitigating round-trip costs.
+
+- ZEO cache iterator, to facilitate analysis of cache contents.
+
+- Update file-storage iterator to expose file position as non-private
+  var for transactions and database records.
+
+  Expose trans size.
+
+- Update ZEO ClientStorage to block for soem short time rather than
+  error on short disconnection.
+
+- Remove silly ZEO connection backooff by default.
+
+- Rewrite ZEO connection logic using async IO rather than threads.
+



More information about the Zodb-checkins mailing list