- 06 Aug, 2002 3 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 05 Aug, 2002 10 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
XXX This will probably hang for Guido.
-
Jeremy Hylton authored
Mark each WorkerThread as a daemon. Attempt to join() it when the test exits, but do so with a timeout. If, after the join(), the thread is still alive, mark the test as failed. Since it's just a daemon thread, the test program should still exit.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Also, reformat doc strings, remove an unused global variable, and remove one whitespace character. (I've already used the whitespace in a different module.)
-
Jeremy Hylton authored
-
Jeremy Hylton authored
No log writer that I know of has a reinitialize() function. zLOG has an initialize() function, but it isn't easy to get at yet.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 01 Aug, 2002 7 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Add a couple of simple tests that make sure that start.py script runs. The tests are meager -- most of the possible arguments are untested -- and only run on Unix.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 29 Jul, 2002 1 commit
-
-
Jeremy Hylton authored
-
- 26 Jul, 2002 4 commits
-
-
Jeremy Hylton authored
I think this is the log call that has been killing backends by sending very large strings.
-
Jeremy Hylton authored
It's not a good idea to set this option.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Log message less choppy. There was an info-level log call when a transaction was blocked, but not a complementary one when the transaction was resumed. Added the latter, so that the log provides a clear record of whether the server is wedged or working.
-
- 25 Jul, 2002 3 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
I was always uncomfortable with this, but its portability is a simple justification for removing it.
-
Jeremy Hylton authored
-
- 16 Jul, 2002 1 commit
-
-
Jeremy Hylton authored
-
- 04 Jul, 2002 1 commit
-
-
Chris McDonough authored
standard output unless the "EVENT_LOG_FILE" or "STUPID_LOG_FILE" environment variable is set. - The much-hated name "STUPID_LOG_FILE" now has a preferred alias: "EVENT_LOG_FILE".
-
- 02 Jul, 2002 2 commits
-
-
Toby Dickenson authored
turn on TCP_NODELAY, in both directions. This avoids latency when a request or response doesnt fit in one packet. ZEO is already doing its best to buffer data before calling send, so TCP_NODELAY can do little harm
-
Toby Dickenson authored
-
- 28 Jun, 2002 3 commits
-
-
Tim Peters authored
may not believe the bucket is an object" pain. Simplified the exit maze.
-
Tim Peters authored
rearranged so that damaged info isn't left behind in case of a persistence error; added another assert for "the other way" an empty BTree may get created.
-
Tim Peters authored
fine; just keeping the test suite as closely in synch as possible.
-
- 27 Jun, 2002 5 commits
-
-
Tim Peters authored
is empty.
-
Tim Peters authored
use it, but this is really a step on the way to speeding "lopsided merges".
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Tim Peters authored
macros from Zope3. These allow converting some runtime tests into compile-time specialization, and that's going to be more important for work on speeding "lopsided merges".
-