- 19 Dec, 2008 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
anything. Returning a serial isn't practical with ZEO and it isn't really needed anyway. Added a missing interface declaration for IExternalGC to FileStorage.
-
Jim Fulton authored
-
Jim Fulton authored
staying under 5000 bytes. There appears to be a race in the test. If the cleanup thread is slow enough, it will prevent later cleanup threads from running. Need to think about this.
-
- 18 Dec, 2008 5 commits
-
-
Jim Fulton authored
collection, http://wiki.zope.org/ZODB/ExternalGC, has been defined and implemented for FileStorage.
-
Jim Fulton authored
initial data as a string argument to the Blob constructor.
-
Jim Fulton authored
blob-sie-check percent.
-
Jim Fulton authored
tpc_finish doesn't specify a return value and having one makes tests messier.
-
Jim Fulton authored
-
- 17 Dec, 2008 1 commit
-
-
Jim Fulton authored
file storages. Also fixed a bug in handling the create option with blob support.
-
- 16 Dec, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
efficient packing (and undo).
-
Jim Fulton authored
ignored when doing GC. That is, when traversing from the root, if a reference object wasn't found, it was simply ignored, covering up a potential problem. Now raise a key error, which stops packing.
-
- 15 Dec, 2008 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 13 Dec, 2008 1 commit
-
-
Shane Hathaway authored
return an object count of 0.
-
- 12 Dec, 2008 4 commits
-
-
Jim Fulton authored
that.
-
Jim Fulton authored
tests more precise to aid test debugging.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 11 Dec, 2008 1 commit
-
-
Jim Fulton authored
Changed the default blob-cache-size-check size to 10%. Changed the algorithm for deciding the target for blob cache reduction. Now the target is blob-cache-size * (100 - blob-cache-size-check)/100
-
- 10 Dec, 2008 2 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
-
- 09 Dec, 2008 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 05 Dec, 2008 9 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
testing a storage. :) Made it possible to opt out of recovery tests.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
blob-storage implementations.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
independent.
-
- 04 Dec, 2008 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
use "import time" so we can mess with time.time in tests.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
non-shared blob directories, you can set a target cache size and the cache will periodically be reduced to the target size. To enable blob cache management, a new IBlobStorage method, openCommittedBlobFile has been added.
-