1. 24 Nov, 2002 1 commit
  2. 18 Nov, 2002 1 commit
  3. 01 Nov, 2002 1 commit
  4. 11 Oct, 2002 3 commits
    • Guido van Rossum's avatar
      457cfb88
    • 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
      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
  5. 08 Oct, 2002 1 commit
  6. 07 Oct, 2002 1 commit
  7. 23 Sep, 2002 1 commit
  8. 13 Sep, 2002 1 commit
  9. 29 Aug, 2002 1 commit
  10. 27 Aug, 2002 1 commit
  11. 23 Aug, 2002 1 commit
  12. 05 Aug, 2002 2 commits
  13. 01 Aug, 2002 1 commit
  14. 25 Jul, 2002 2 commits
  15. 16 Jul, 2002 1 commit
  16. 14 Jun, 2002 1 commit
  17. 11 Jun, 2002 1 commit
  18. 23 Apr, 2002 1 commit
  19. 04 Apr, 2002 1 commit
  20. 15 Mar, 2002 1 commit
  21. 11 Feb, 2002 1 commit
  22. 11 Jan, 2002 2 commits
  23. 02 Nov, 2001 1 commit
  24. 30 Jul, 2001 1 commit
  25. 01 Jun, 2001 1 commit
  26. 07 Apr, 2001 2 commits
  27. 05 Apr, 2001 1 commit
  28. 01 Apr, 2001 2 commits
  29. 28 Mar, 2001 1 commit
  30. 27 Mar, 2001 1 commit
    • Jim Fulton's avatar
      · 394d2e4a
      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.
      394d2e4a
  31. 11 Jan, 2001 1 commit
  32. 06 Oct, 2000 1 commit
  33. 01 Oct, 2000 1 commit