- 24 Nov, 2002 1 commit
-
-
Chris McDonough authored
-
- 18 Nov, 2002 1 commit
-
-
Jeremy Hylton authored
XXX Not sure if berkeley still works.
-
- 01 Nov, 2002 1 commit
-
-
Barry Warsaw authored
-
- 11 Oct, 2002 3 commits
-
-
Guido van Rossum authored
failure of chdir.
-
Guido van Rossum authored
signal meanings: rotate_logs_handler() was changing the SIGHUP handler to rotate the logs! zdaemon did not do anything wrong. :-) Fixed by *removing* the signal() call inside the handler -- this is not needed in modern Unixes. Also changed setup_signals(): there was a typo in the name SIFXFSZ(!); and made all the signal conditional on whether the signal module has that particular signal (e.g. on Windows, a signal module exists, but it only defines a few signals).
-
Guido van Rossum authored
1. Use SIGHUP for restart instead of SIGINT, and use SIGUSR2 to reopen the log file instead of SIGHUP. This is the same standard as for the Zope server. 2. When using zdaemon, let zdaemon write its pid to the zeo_pid file; when not using zdaemon, write only our own pid to the zeo_pid file. Never write two pids.
-
- 08 Oct, 2002 1 commit
-
-
Guido van Rossum authored
days. At least the script zeostart.py did this, and it was a clone of ZEO1/start.py except for that added feature. Our sysadmin desperately wants that feature.
-
- 07 Oct, 2002 1 commit
-
-
Guido van Rossum authored
Get rid of $Id$ in docstring (it's seen rarely in ZEO). Append a newline to the pid file.
-
- 23 Sep, 2002 1 commit
-
-
Guido van Rossum authored
-
- 13 Sep, 2002 1 commit
-
-
Guido van Rossum authored
"ZEO Server", use "ZEO/start.py". There was one (PANIC) log message that used "z2"; changed that one to "ZEO/start.py" as well.
-
- 29 Aug, 2002 1 commit
-
-
Guido van Rossum authored
-
- 27 Aug, 2002 1 commit
-
-
Barry Warsaw authored
-
- 23 Aug, 2002 1 commit
-
-
Jeremy Hylton authored
-
- 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.
-