- 16 Oct, 2002 4 commits
-
-
Jeremy Hylton authored
This change is an untested improvement. If some object is in the index but unloadable for some reason, report it along with the traceback. When possible, report what objects refer to the un-loadable one.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
dangle.py script that creates one.
-
Jeremy Hylton authored
It appears the initialization was accidentally removed in rev. 1.51. Add comment about why percachedel is not initialized here.
-
- 15 Oct, 2002 1 commit
-
-
Fred Drake authored
supported.
-
- 14 Oct, 2002 3 commits
-
-
Fred Drake authored
passed around and revised for almost a month.) This is accurate, but not necessarily complete.
-
Fred Drake authored
-
Guido van Rossum authored
-
- 12 Oct, 2002 1 commit
-
-
Fred Drake authored
-
- 11 Oct, 2002 5 commits
-
-
Guido van Rossum authored
by assuming all pids in the pidfile must be killed.
-
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
-
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.
-
- 10 Oct, 2002 7 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Note that I'm not sure the pids written to the pidfile always make sense.
-
Fred Drake authored
documentation.
-
Guido van Rossum authored
-
Fred Drake authored
commit it to the CVS repository.
-
- 09 Oct, 2002 4 commits
-
-
Fred Drake authored
using the ZConfig.Interpolation module.
-
Fred Drake authored
-
Fred Drake authored
-
Shane Hathaway authored
in addition to the loads and stores.
-
- 08 Oct, 2002 4 commits
-
-
Fred Drake authored
This is still in development.
-
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.
-
Jeremy Hylton authored
-
Guido van Rossum authored
records (all the broken records I've seen had a zero timestamp).
-
- 07 Oct, 2002 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Get rid of $Id$ in docstring (it's seen rarely in ZEO). Append a newline to the pid file.
-
Guido van Rossum authored
-
- 05 Oct, 2002 1 commit
-
-
Guido van Rossum authored
-
- 04 Oct, 2002 4 commits
-
-
Jeremy Hylton authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Otherwise, this will just hang trying to connect to a read-only storage. Also get rid of the debug=1 argument (it's not used with ZEO 2).
-
Guido van Rossum authored
It is now easy to provide a subclass of a class that is instantiated, by setting the corresponding hook class variable. E.g. if you subclass ZEOStorage, you should also subclass StorageServer and set StorageServer.ZEOStorageClass to your ZEOStorage subclass.
-
- 03 Oct, 2002 3 commits
-
-
Guido van Rossum authored
of small and large stores, to try and trigger bugs in the parallel-call feature.
-
Jeremy Hylton authored
-
Guido van Rossum authored
-