- 09 Aug, 2002 3 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
XXX If select() raises an exception inside asyncore, close the connection.
-
Jeremy Hylton authored
Use TestThread as base class for WorkerThread in CommitLockTests.
-
- 08 Aug, 2002 1 commit
-
-
Jeremy Hylton authored
StorageTestBase.removefs() will attempt to remove files with all the possible extensions that FileStorage will create. It will raise os.error for any error except ENOENT. Remove many variants of removefs() implemented in the various test suites.
-
- 06 Aug, 2002 6 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Add a poll call in send_reply() so that synchronous calls made when there is no other traffic don't cause long delays. (This probably only occurs during the pack tests.)
-
Jeremy Hylton authored
-
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 1 commit
-
-
Tim Peters authored
may not believe the bucket is an object" pain. Simplified the exit maze.
-