- 15 Jan, 2001 1 commit
-
-
Chris McDonough authored
-
- 12 Jan, 2001 1 commit
-
-
Shane Hathaway authored
-
- 11 Jan, 2001 8 commits
-
-
Jim Fulton authored
important for ZEO, which may need to get tickled to get updates in non-aynchronous mode.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
This was to get a newer asynccore (or ZServers) if possible.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 30 Dec, 2000 1 commit
-
-
Shane Hathaway authored
to database connection leaks when the mount point object was garbage collected.
-
- 26 Dec, 2000 1 commit
-
-
Jim Fulton authored
-
- 11 Dec, 2000 1 commit
-
-
Evan Simpson authored
-
- 07 Nov, 2000 1 commit
-
-
Jim Fulton authored
-
- 14 Oct, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
if an attempt was made to write while disconnected from the storage server.
-
- 11 Oct, 2000 1 commit
-
-
Jim Fulton authored
-
- 06 Oct, 2000 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 05 Oct, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
defaults to the present and a 'days' keyword argument can be used to specify a number of days pervious to the time to pack to. A wait keyword argment can be provided for pack that causes the client to wait for a pack response from the server. NOTE: no other requests will be sent to the server while waiting for the pack response. This feature should only be used from utility packing scripts.
-
Jim Fulton authored
Got rid of the no-longer-used (synchronous) store method. Added a wait argument to pack. If the wait argument is provided, then the pack method doesn't return a value till packing is done. Simplified the way errors are handled in normal calls and packs by putting the error marshalling logic into a separate method. No longer log UndoError, VersionCommitError, and TransactionError exceptions on the server, since these are user-level errors. Do log pack errors.
-
Jim Fulton authored
defaults to the present and a 'days' keyword argument can be used to specify a number of days pervious to the time to pack to.
-
- 01 Oct, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Rearranged handlers to make them a little less signal dependent.
-
Jim Fulton authored
-
Jim Fulton authored
"address already in use" errors.
-
- 27 Sep, 2000 4 commits
-
-
Jim Fulton authored
editorial changes.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
files if no directory was specified in the var directory and if INSTANCE_HOME isn't set.
-
- 26 Sep, 2000 1 commit
-
-
Jim Fulton authored
-
- 25 Sep, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
between calls from the storage and from the out-of-band invalidation message handler.
-
Jim Fulton authored
-
Jim Fulton authored
on start up, with the default being to wait for the server. The intent was that it should be possible to bring a client up even if it can't talk to the server, however, this is a little bit risky if we need to start them both. Eventually, we need to be the start-up code be smart enough to wait if we can't serve data requests during startup, but to proceed if we can.
-
- 21 Sep, 2000 1 commit
-
-
Shane Hathaway authored
a memory leak in mounted databases.
-
- 16 Sep, 2000 1 commit
-
-
Jim Fulton authored
This was to fix a bug caused by an interaction with ZEO that caused a process to be unable to start if the ZEO client cache contained stale data.
-
- 11 Sep, 2000 1 commit
-
-
Jim Fulton authored
-