• Guido van Rossum's avatar
    Signal-related changes: · ed5e5583
    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.
    ed5e5583
start.py 9 KB