- 27 Oct, 2003 1 commit
-
-
Fred Drake authored
-
- 24 Oct, 2003 2 commits
-
-
Fred Drake authored
configuration file can be used for both the runzeo and zeoctl scripts. This makes it easier to keep all the configuration needed to support the ZEO server process in a single file. For more explanation of the changes, see http://zope.org/Members/fdrake/WikiBlog/ZEOServerConfiguration
-
Jeremy Hylton authored
-
- 16 Oct, 2003 1 commit
-
-
Jeremy Hylton authored
The file used to be called runsvr, but was changed. Change the label to RUNZEO to match the name of the file. Add the process ID to distinguish different processes when tests are running.
-
- 15 Oct, 2003 2 commits
-
-
Tim Peters authored
-
Jeremy Hylton authored
It looks like Connection refused errors in the test suite are the result of a server taking a long time to get started -- usually when the BDBStorage takes a long time to create.
-
- 14 Oct, 2003 5 commits
-
-
Tim Peters authored
-
Tim Peters authored
transaction, not the position of the first record.
-
Jeremy Hylton authored
Not sure why this happens.
-
Jeremy Hylton authored
If you grep for just the Trans lines, it's probably more useful to have the size than the offset. Maybe.
-
Jeremy Hylton authored
-
- 10 Oct, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 09 Oct, 2003 1 commit
-
-
Jeremy Hylton authored
and remove old comment about disconnected errors.
-
- 08 Oct, 2003 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 07 Oct, 2003 3 commits
-
-
Fred Drake authored
These are no longer used in Zope.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 06 Oct, 2003 3 commits
-
-
Fred Drake authored
- remove commented-out cruftiness related to a no-longer-supported model
-
Fred Drake authored
-
Tim Peters authored
-
- 05 Oct, 2003 3 commits
-
-
Chris McDonough authored
-
Jens Vagelpohl authored
-
Tim Peters authored
that the first thread to launch managed to commit each time, while the other 3 threads got nothing but conflict errors. Added some randomization to boost the odds of success, and to prevent systematic favoring of any thread. That appears to work.
-
- 03 Oct, 2003 7 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Phillip J. Eby authored
-
Jeremy Hylton authored
Synchronous is what matters for the tests.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Move two class variable definitions into __init__(), because class variables defined in __slots__ are immutable. This should still be a net memory savings, because the a 8-entry dict and a 10-entry dict both have the same allocated size.
-
Tim Peters authored
-
- 02 Oct, 2003 9 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Tim Peters authored
tricks left name thread undefined at runtime. Repair that. Plus add comments, use meaningful variable names, stop pretending we can run on a system without threads, and don't use "id" (a builtin name) as a local vrbl name.
-
Tim Peters authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
caught by pychecker
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-