An error occurred fetching the project authors.
- 17 Jan, 2003 1 commit
-
-
Guido van Rossum authored
run from Daemon.
-
- 08 Jan, 2003 1 commit
-
-
Guido van Rossum authored
(Recreating this diff after outdating the wrong revision.) :-(
-
- 13 Dec, 2002 1 commit
-
-
Barry Warsaw authored
which doesn't put .loop() in the package namespace. Use the full dotted path to the function. Also, fix a docstring typo.
-
- 12 Dec, 2002 1 commit
-
-
Barry Warsaw authored
asyncore.loop() which really isn't.
-
- 28 Nov, 2002 2 commits
-
-
Guido van Rossum authored
rotate_logs(), which has the same effect but is more Zope 2.5 friendly. Remove now redundant zLOG import from main().
-
Chris McDonough authored
-
- 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 1 commit
-
-
Jim Fulton authored
Windows.
-