- 16 Dec, 2008 1 commit
-
-
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 8 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.
-
Jim Fulton authored
defeat FileStorage's index optimization.
-
Jim Fulton authored
-
- 01 Dec, 2008 1 commit
-
-
Jim Fulton authored
data for reading as an ordinary file, rather than as a blob file. The ordinary file may be used outside the current transaction and even after the blob's database connection has been closed.
-
- 28 Nov, 2008 1 commit
-
-
Jim Fulton authored
to create configuration files first. This is primarily useful for exploration and development.
-
- 25 Nov, 2008 2 commits
-
-
Jim Fulton authored
return values. This in turn simplified the client and server software. Added code to select different client and server stubs and input handlers depening on whether the Z309 or earlier protocols are used. ZODB 3.8 clients can now talk to ZODB 3.9 servers and the other way around.
-
Jim Fulton authored
return values. This in turn simplified the client and server software. Added code to select different client and server stubs and input handlers depening on whether the Z309 or earlier protocols are used. ZODB 3.8 clients can now talk to ZODB 3.9 servers and the other way around.
-
- 21 Nov, 2008 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 20 Nov, 2008 4 commits
-
-
Jim Fulton authored
server whose last transaction is older than the last one the client saw.
-
Jim Fulton authored
cache file open, and preventing it from being cleaned up on windows.
-
Jim Fulton authored
windows and there's something aboyt the way we're setting up arguments on windows that makes subproccess unhappy. In the doctest support, save the pids along with adminaddrs and, when we shutdown a server, wait for it to stop with os.waitpid. This is to avoid a race where we end up trying and failing to delete the server's log files before the server has closed them.
-
Jim Fulton authored
windows. Just made the waitpid ignore exceptions. :)
-