1. 13 Mar, 2003 1 commit
  2. 10 Mar, 2003 2 commits
  3. 07 Mar, 2003 6 commits
  4. 05 Mar, 2003 1 commit
    • Jeremy Hylton's avatar
      Merge jeremy-atomic-invalidation-branch. · fb8e39c8
      Jeremy Hylton authored
      Add suspend() and resume() to transaction manager API.
      Change implementation so that the thread-aware manager does not
      inherit from the thread-agnostic manager.
      Add suspended transaction state.
      fb8e39c8
  5. 04 Mar, 2003 5 commits
  6. 03 Mar, 2003 1 commit
  7. 28 Feb, 2003 4 commits
  8. 25 Feb, 2003 1 commit
  9. 20 Feb, 2003 5 commits
  10. 18 Feb, 2003 1 commit
  11. 11 Feb, 2003 3 commits
  12. 10 Feb, 2003 4 commits
  13. 07 Feb, 2003 1 commit
  14. 06 Feb, 2003 3 commits
  15. 05 Feb, 2003 2 commits
    • Barry Warsaw's avatar
      Attempt to reduce the disk I/O caused when running this script, by · 872961c5
      Barry Warsaw authored
      saving state in a pck pickle file, and doing an incremental parse the
      next time.  Specifically:
      
      Added -f and -r flags.  The -f flag points to the pickle state file
      (by default ./zeoqueue.pck).  The -r flag simply removes this file.
      This is useful for log rotation in the cron job, and yes rm would have
      been fine, but this option was requested by customers.
      
      process_file(): Added to Status class so that the processing is done
      here, where we can seek to a stored file position.
      
      Also added the secret -0 option for testing, which suppresses the file
      position seek (useful when the log file is split into chunks).
      
      Return the number of blocked clients as the exit status code.
      872961c5
    • Shane Hathaway's avatar
      Store _v_mount_point_ as a single-item tuple to hide from acquisition. · 14dd090d
      Shane Hathaway authored
      Also, avoid storing wrappers.
      14dd090d