An error occurred fetching the project authors.
- 05 Aug, 2002 2 commits
-
-
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.
-
- 01 Aug, 2002 1 commit
-
-
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.
-
- 25 Jul, 2002 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 16 Jul, 2002 1 commit
-
-
Jeremy Hylton authored
-
- 14 Jun, 2002 1 commit
-
-
Jeremy Hylton authored
XXX Should start still do path munging?
-
- 11 Jun, 2002 1 commit
-
-
Jeremy Hylton authored
-
- 23 Apr, 2002 1 commit
-
-
Jeremy Hylton authored
the file limit is exceeded.
-
- 04 Apr, 2002 1 commit
-
-
Jeremy Hylton authored
I expect this code will become ZEO 1.1.
-
- 15 Mar, 2002 1 commit
-
-
Jeremy Hylton authored
-
- 11 Feb, 2002 1 commit
-
-
Guido van Rossum authored
-
- 11 Jan, 2002 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 02 Nov, 2001 1 commit
-
-
Jeremy Hylton authored
The trunk now has the same code ZEO 1.0b5 plus a few minor changes.
-
- 30 Jul, 2001 1 commit
-
-
Shane Hathaway authored
-
- 01 Jun, 2001 1 commit
-
-
Jeremy Hylton authored
-
- 07 Apr, 2001 2 commits
-
-
Jim Fulton authored
-
Jeremy Hylton authored
that allow start.py to recover. Thanks for Chris Withers for reminding about this.
-
- 05 Apr, 2001 1 commit
-
-
Jim Fulton authored
rely on the ZEO __init__, which relies on fap, to sort things out.
-
- 01 Apr, 2001 2 commits
-
-
Jim Fulton authored
Windows.
-
Jim Fulton authored
location of the start.py script (when it is used).
-
- 28 Mar, 2001 1 commit
-
-
Ken Manheimer authored
call: 'func(*args)' to old, python1.5.2: 'apply(func, args)'. (When working on pre-zope2.4 code, you should avoid developing in an environemnt where python2 is the default python...)
-
- 27 Mar, 2001 1 commit
-
-
Jim Fulton authored
- It is no longer necessary to symbolically link cPickle or ZServer. ZServer is no longer necessary at all. - A Zope-style INSTANCE_HOME and var directory are no longer needed. - If ZServer *is* available, the medusa monitor server can be used in the storage server. - An option, -d, was added to facilitate generation of a detailed debug log while running in the background.
-
- 11 Jan, 2001 1 commit
-
-
Jim Fulton authored
-
- 06 Oct, 2000 1 commit
-
-
Jim Fulton authored
-
- 01 Oct, 2000 1 commit
-
-
Jim Fulton authored
Rearranged handlers to make them a little less signal dependent.
-
- 11 Sep, 2000 1 commit
-
-
Jim Fulton authored
- Close sockets on process shutdown. This should avoid "address already in use" messages on restarts. - Log shutdown. Fixed bugs in handling -u option: - The -u option wasn't registered with getopt - User lookup failures weren't logged correctly.
-
- 03 Sep, 2000 1 commit
-
-
Jim Fulton authored
-
- 02 Sep, 2000 1 commit
-
-
Jim Fulton authored
-
- 30 Aug, 2000 1 commit
-
-
Jim Fulton authored
as root on Unix. Added a signal handler to (gracefully) close storages when killed. This causes FileStorages to get their indexes written.
-
- 10 Aug, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
argument and didn't work with FileStorages. The -S option allows you to specify a module variable name that is different from the storage name. You can now include a '.py' suffix in the module name, if you must.
-
- 07 Aug, 2000 1 commit
-
-
mindlace authored
-
- 05 Jul, 2000 1 commit
-
-
Jim Fulton authored
- Serving multiple storages, - Serving storages other than file storages.
-
- 09 May, 2000 1 commit
-
-
Jim Fulton authored
-
- 08 Apr, 2000 1 commit
-
-
Ken Manheimer authored
parent is killed first. (Otherwise, sometimes - often - a new child was being spawned before the parent was clobbered, and the zeo server survived...)
-
- 16 Nov, 1999 1 commit
-
-
Christopher Petrilli authored
-
- 25 Aug, 1999 1 commit
-
-
Jim Fulton authored
-
- 28 Jul, 1999 1 commit
-
-
Jim Fulton authored
-