SVN: ZODB/branches/3.9/src/CHANGES.txt Clarified invalidation age.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20090909092855.7278F94186__1509.83597054637$1252488545$gmane$org@cvs.zope.org> |
Log message for revision 103677: Clarified invalidation age. Changed: U ZODB/branches/3.9/src/CHANGES.txt -=- Modified: ZODB/branches/3.9/src/CHANGES.txt =================================================================== --- ZODB/branches/3.9/src/CHANGES.txt 2009-09-09 09:28:23 UTC (rev 103676) +++ ZODB/branches/3.9/src/CHANGES.txt 2009-09-09 09:28:55 UTC (rev 103677) @@ -90,11 +90,11 @@ initial data as a string argument to the Blob constructor. - ZEO Servers now provide an option, invalidation-age, that allows - quick verification of ZEO clients less than a given age even if the - number of transactions the client hasn't seen exceeds the - invalidation queue size. This is only recommended if the storage - being served supports efficient iteration from a point near the end - of the transaction history. + quick verification of ZEO clients have been disconnected for less + than a given time even if the number of transactions the client + hasn't seen exceeds the invalidation queue size. This is only + recommended if the storage being served supports efficient iteration + from a point near the end of the transaction history. - The FileStorage iterator now handles large files better. When iterating from a starting transaction near the end of the file, the