- 07 Aug, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
bypasses/takes-over transaction processing.
-
- 04 Aug, 2000 1 commit
-
-
Jim Fulton authored
application level, since it (currently) depends on Zope-specific, rather than ZODB-specific code.
-
- 03 Aug, 2000 1 commit
-
-
Shane Hathaway authored
error messages.
-
- 01 Aug, 2000 1 commit
-
-
Shane Hathaway authored
FileStorage from expanding to 2 GB.
-
- 26 Jul, 2000 1 commit
-
-
Jim Fulton authored
-
- 12 Jul, 2000 1 commit
-
-
Shane Hathaway authored
-
- 10 Jul, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
previous packs. Packs to earlier times can cause data lossage.
-
- 07 Jul, 2000 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
of the startup invalidation protocol.
-
Jim Fulton authored
-
Jim Fulton authored
called from a separate thread than the async main loop. We only want the async main loop to close our _call (rpc) object. Instead of closing it directly, we call closeIntensionally(), which, in return, requests that the async main loop closes it, via the select trigger.
-
Jim Fulton authored
when a transaction is about to be written. It would be bad if we "flipped" the cache twice during a transaction, as we would have incomplete transaction data. Note that this means that we could exceed the target cache size if the data for a transaction exceeded the target size (/2). Changed the way that the storage is closed. Our close method may be called from a separate thread than the async main loop. We only want the async main loop to close our _call (rpc) object. Instead of closing it directly, we call closeIntensionally(), which, in return, requests that the async main loop closes it, via the select trigger.
-
Jim Fulton authored
Added seek before write in invalidate method. Without this, strange things happen on NT and solaris. (I was probably breaking a rule of thumb that says never to do a write() right after a read() even though tell() would indicate I was in the right place.) Added logic to update the cache index on an invalidate. Added a separate call to check the cache size so that we only check when a transaction is about to be written. It would be bad if we "flipped" the cache twice during a transaction, as we would have incomplete transaction data. Note that this means that we could exceed the target cache size if the data for a transaction exceeded the target size (/2).
-
- 06 Jul, 2000 1 commit
-
-
Jim Fulton authored
-
- 05 Jul, 2000 3 commits
-
-
Jim Fulton authored
- Serving multiple storages, - Serving storages other than file storages.
-
Jim Fulton authored
access.
-
Jim Fulton authored
The protocol was changed on the client, but not the server. The client has been changed back. This part of the protocol will go away in r0.3.
-
- 01 Jul, 2000 7 commits
-
-
Jim Fulton authored
(e.g. when moving data between a DCOracleStorage and a FileStorage), especially the method copyTransactionsFrom, as in: import ZODB.FileStorage, DCOracle, DCOracleStorage # Copy data.fs to oracle DCOracleStorage.Full( lambda : DCOracle.Connect('user/pw@sid') ).copyTransactionsFrom( ZODB.FileStorage.FileStorage('Data.fs', read_only=1) )
-
Jim Fulton authored
-
Jim Fulton authored
any current storages.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
included unless the -L option is provided.
-
- 29 Jun, 2000 4 commits
-
-
Jim Fulton authored
a transaction id to be spacified, rather than being defined by the storage. This should *only* be used when copying data from one type of storage to another.
-
Jim Fulton authored
from one storage to another.
-
Jim Fulton authored
-
Jim Fulton authored
than the (timestamp of the first record written after the) last pack. Packing to a time earlier than the last pack can cause serious data lossage.
-
- 27 Jun, 2000 1 commit
-
-
Jim Fulton authored
requested disregarded the filter. That is, the arguments first and last should be applied *after* filtering.
-
- 23 Jun, 2000 1 commit
-
- 20 Jun, 2000 1 commit
-
-
Paul Everitt authored
-
- 19 Jun, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 12 Jun, 2000 1 commit
-
-
Shane Hathaway authored
database rather than the mounted database.
-
- 09 Jun, 2000 1 commit
-
-
Shane Hathaway authored
-
- 05 Jun, 2000 1 commit
-
-
Jim Fulton authored
attributes are registered.
-
- 03 Jun, 2000 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-