1. 11 Oct, 2002 3 commits
    • Guido van Rossum's avatar
      Fix a problem in rotate_logs_handler(), caused by my changing the · 6827c280
      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).
      6827c280
    • Guido van Rossum's avatar
      Update signal handling docs. · aeb99a80
      Guido van Rossum authored
      aeb99a80
    • 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
  2. 10 Oct, 2002 7 commits
  3. 09 Oct, 2002 4 commits
  4. 08 Oct, 2002 4 commits
  5. 07 Oct, 2002 3 commits
  6. 05 Oct, 2002 1 commit
  7. 04 Oct, 2002 4 commits
  8. 03 Oct, 2002 5 commits
  9. 02 Oct, 2002 3 commits
  10. 01 Oct, 2002 6 commits