- 06 Jun, 2007 5 commits
-
-
Jim Fulton authored
object is a blob. YAGNI support for multiple blob implementations -- at least for now.
-
Christian Theune authored
closed connections.
-
Christian Theune authored
-
Jim Fulton authored
away -- even before they are placed in the cache. This causes a problem if the object's state has a (direct or indirect) reference to it. Added a pre-cache that allows the connection to return objects alreadey being loaded when necessary.
-
Jim Fulton authored
-
- 04 Jun, 2007 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 03 Jun, 2007 1 commit
-
-
Jim Fulton authored
module).
-
- 01 Jun, 2007 1 commit
-
-
Jim Fulton authored
-
- 18 May, 2007 9 commits
-
-
Jim Fulton authored
- Avoid more than one round-trip call when loading blobs via copy from the server. - Avoid loading large amounts of blob data into memory. The old storeBlob implementation was likely to queue blob adta faster than it could be sent, leading to a large memory foot print for the queue. Now, iterators are used to read data from files only when the network layer is ready to send it. - Fixed storeBlob to move the input file to the blob cache (when not sharing the blob directiry with the server). - Extended the loadBlob locking model to work with multiple processes by using file locks rather than threading locks. A common configuration is to use a client process per core, so that a machine is likely to have many client processes and it should be possible for the client processes to share a common blob cache.
-
Jim Fulton authored
Now it also truly consumes files. Binary mode is implicit.
-
Jim Fulton authored
all OS files in binary mode. Binary mode for blobs is now implicit.
-
Jim Fulton authored
Added a temporaryDirectory method for getting a directory to use for creating temporary files.
-
Jim Fulton authored
temporary directory to work around current blob limitations that blob files and storage blob directories need to be on the same device.
-
Jim Fulton authored
use an iterator to send a large file without loading it in memory. Updated the ZEO protocol to reflect the new Blob-support methods.
-
Jim Fulton authored
use an iterator to send a large file without loading it in memory.
-
Jim Fulton authored
-
Jim Fulton authored
- Found and added a test for a race condition arising from creating and removing lock files. - Change to leave lock files behind. - Use the windows locking implementation from msvcrt from the standard library, rather than using a custom extension module.
-
- 12 May, 2007 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
to die when removing test directories.
-
Jim Fulton authored
to give time for servers to stop, since windows won't let us remove files or directories if they are in use.
-
- 11 May, 2007 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Windows when Blobs aren't used.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Fixed a typo.
-
Jim Fulton authored
-
Jim Fulton authored
generate it's own invalidations. Also updated to honor the storage APIs more carefully. These changes together allow a ClientStorage to be served by a storage server.
-
Jim Fulton authored
queued.
-
Jim Fulton authored
return values.
-
Jim Fulton authored
storage server.
-
- 09 May, 2007 1 commit
-
-
Gary Poster authored
-
- 06 May, 2007 3 commits
-
-
Jim Fulton authored
Removed subtransaction support.
-
Jim Fulton authored
-
Jim Fulton authored
isolation between connections, rather than using the no-longer supported synch=False hack.
-
- 05 May, 2007 2 commits
-
-
Jim Fulton authored
simplify the code a little. (We'll be able to simplify more when we stop supporting versions.) Suppress version-deprecation warnings for tests.
-
Jim Fulton authored
-
- 27 Apr, 2007 1 commit
-
-
Jim Fulton authored
Added deprecation warnings for using versions.
-