1. 16 Jul, 2004 7 commits
  2. 15 Jul, 2004 2 commits
  3. 14 Jul, 2004 4 commits
  4. 13 Jul, 2004 3 commits
    • Fred Drake's avatar
      Fix for issue 233 in the Zope 3 collector. · caa80c71
      Fred Drake authored
      This corresponds to the Hotfix_2004-07-13 product.
      caa80c71
    • Chris McDonough's avatar
      Fix from Andy: · f606e849
      Chris McDonough authored
      The code for generating the 
      Zope service name doesn't lower case the names. Being windows this means 
      c:\Zope and C:\Zope are the same files and hence valid instance homes.
      
      However their hashes are different meaning you can't find the service 
      name without knowing the exact case. 
      f606e849
    • Chris Withers's avatar
      Add in a getId method. · 09b60c8e
      Chris Withers authored
      09b60c8e
  5. 06 Jul, 2004 1 commit
  6. 05 Jul, 2004 1 commit
    • Andreas Jung's avatar
      · 6580745e
      Andreas Jung authored
           - Collector #1406: fixed segmentation fault by acquisition
      6580745e
  7. 04 Jul, 2004 1 commit
  8. 01 Jul, 2004 1 commit
  9. 25 Jun, 2004 4 commits
  10. 23 Jun, 2004 1 commit
  11. 19 Jun, 2004 1 commit
  12. 12 Jun, 2004 2 commits
  13. 09 Jun, 2004 1 commit
  14. 04 Jun, 2004 3 commits
  15. 03 Jun, 2004 2 commits
  16. 02 Jun, 2004 2 commits
  17. 30 May, 2004 1 commit
    • Chris McDonough's avatar
      - "Bucket finalization" is now done more aggressively. Instead of waiting · d62a0d18
      Chris McDonough authored
        until a bucket is garbage collected (which may be much later than the
        expiration of that bucket), we "finalize" a bucket as soon as possible
        after it gets expired.  This effectively means that the "delete notifier"
        will be called much closer to the time that a transient object actually
        expires.
                                                                                      
      - Add a "_last_finalized_timeslice" counter; this counter keeps track of 
        the bucket which was finalized last.  Set the initial value of
        "_last_finalized_timeslice" to -period; this services the unit tests for
        finalization, where there can actually be a timeslice that is 0 and we 
         need to finalize that bucket.
                                                                                      
      - Add a series of locks to prevent finalization, replentishment, and
        garbage collection from being attempted by more than one thread
        simultaneously.
                                                                                      
      - Add "Fake" module for interactive testing purposes (swap out BTree for
        simpler object during stress tests for isolation purposes).
                                                                                      
      - Allow DATA_CLASS to be specified (this is the main data structure
        class).
      
      - Update docs and tests to account for new finalization strategy.
      d62a0d18
  18. 29 May, 2004 3 commits