- 19 Sep, 2008 3 commits
-
-
Jim Fulton authored
the file storage is closed because it's internal meta data may be invalid.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 18 Sep, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
1. The saving was performed in (tpc)_finish. It is important that this method do as little as possible because it cannot fail! 2. The algorithm for deciding how often to save was broken. For large databases, for which saving periodically is desireable, the period was set so high that the index was effectively never saved. It might be nice to save periodically, but doing so is tricky, since we really don't want to do it during commit. Until we figure out how to do this right, it is better not to try. In the mean time, we save on close and on pack, which is proably often enough in most cases.
-
- 17 Sep, 2008 2 commits
-
-
Jim Fulton authored
Windows. :/
-
Jim Fulton authored
-
- 15 Sep, 2008 1 commit
-
-
Jim Fulton authored
-
- 11 Sep, 2008 1 commit
-
-
Rob Miller authored
have not been initialized (as can happen when doing a deep copy of a blob object)
-
- 05 Sep, 2008 3 commits
-
-
Jim Fulton authored
a possible ordering problem for invalidation messages. This was motivated by code inspecition during merge of an earlier refactoring to the trunk. The refactoring also simplifies the code and probably makes it a tad faster.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 04 Sep, 2008 2 commits
-
-
Jim Fulton authored
with the data in a way that prevents data from being loaded into the cache. We don't yet know why, but added an exception handler to prevent this error from being fatal.
-
Jim Fulton authored
written on.
-
- 27 Aug, 2008 3 commits
-
-
Florian Schulze authored
-
Christian Theune authored
-
Jim Fulton authored
for large databases on systems that don't allow many subdirectories.
-
- 23 Aug, 2008 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 22 Aug, 2008 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
an out-of-date server.
-
Jim Fulton authored
servers with zeo clients to be delayed.
-
Jim Fulton authored
of a Python disctionary for a mapping that can grow large. (Not large enough to use a lot of memory, but large enough to cause malloc to fail. :()
-
- 04 Aug, 2008 1 commit
-
-
Christian Theune authored
-
- 24 Jul, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
for objects that were explicitly added to a database if the object was modified after a savepoint that added the object.
-
- 14 Jul, 2008 7 commits
-
-
Jim Fulton authored
invalidation messages are recived after the cache is closed.
-
Christian Theune authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Changed connections to work with unset (None) clients. Messages aren't forwarded until the client is set. This is to prevent sending spurious invalidation messages until a client is ready to recieve them.
-
Jim Fulton authored
-
- 08 Jul, 2008 3 commits
-
-
Jim Fulton authored
clients, but ZEO clients haven't provided very good protection, leading to cache corruption. We'll hopefully fix these client issues, which cause other problems beside cache corruption, but it seems prudent to provide low-level cache protection.
-
Jim Fulton authored
should close the old connection, and mark ourselves dissconnected -- or so it seems. :) I'm chasing connection-invalidation bugs and this rearrangement makes the logic seem a bit simpler to me and sets the stage for a later fix for the invalidation problems.
-
Jim Fulton authored
-