An error occurred fetching the project authors.
- 08 Jun, 2007 1 commit
-
-
Christian Theune authored
-
- 18 May, 2007 1 commit
-
-
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.
-
- 02 Jun, 2004 1 commit
-
-
Jim Fulton authored
-
- 13 Jun, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 03 Jan, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 01 Oct, 2002 2 commits
-
-
Guido van Rossum authored
methods here.
-
Guido van Rossum authored
-
- 29 Aug, 2002 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
names and Python method names. (Checked this in on the trace branch by mistake.)
-
- 28 Aug, 2002 2 commits
-
-
Guido van Rossum authored
Change the wire protocol back by providing aliases.
-
Guido van Rossum authored
Open the cache later to avoid scanning it twice if a connection is made right away. ClientStorage.close() is now idempotent. ClientStorage stores its addr argument as self._addr so the test suite doesn't have to dig it out of the rpc manager to reopen the storage as readonly. Renamed some of the callbacks into the client for clarity: begin -> beginVerify end -> endVerify invalidate -> invalidateVerify Invalidate -> invalidateTrans
-
- 11 Jun, 2002 1 commit
-
-
Jeremy Hylton authored
-
- 11 Feb, 2002 1 commit
-
-
Guido van Rossum authored
-
- 28 Nov, 2001 1 commit
-
-
matt@zope.com authored
-
- 18 Jun, 1999 1 commit
-
-
Jim Fulton authored
-
- 10 May, 1999 1 commit
-
-
Jim Fulton authored
-
- 11 Nov, 1998 1 commit
-
-
Jim Fulton authored
-
- 23 Oct, 1998 1 commit
-
-
Jim Fulton authored
-
- 15 Dec, 1997 1 commit
-
-
Jim Fulton authored
-