1. 26 Apr, 2007 25 commits
  2. 25 Apr, 2007 10 commits
  3. 23 Apr, 2007 1 commit
  4. 22 Apr, 2007 3 commits
    • Jim Fulton's avatar
      rearranged method order. · 5bc399bf
      Jim Fulton authored
      5bc399bf
    • Jim Fulton's avatar
      Added some more documentation. · 10310e0d
      Jim Fulton authored
      10310e0d
    • Jim Fulton's avatar
      Defined IStorageDB. As a result: · 924991e3
      Jim Fulton authored
      - Changed the signature for registerDB to ommit the unused second
        argument.  DB, the normal caller of registerDB will work with the
        old signature.
      
      - Loosened the input requirements to invalidate to not require a
        dictionary with unused keys.
      
      - Added a references function to give storages a way to extract object
        references from database records that will work with storage
        adapters that might change the record format, for example through
        encryption or compression.
      924991e3
  5. 28 Mar, 2007 1 commit
    • Jim Fulton's avatar
      Removed a needless timeout to a condition wait call. Using timeouts · dd581c8c
      Jim Fulton authored
      can cause signidficant delays, especially on systems with very
      course-grained sleeps, like most linux systems.  This change makes the
      ZEO tests run about 25% faster on an Ubuntu desktop system.  We
      suspect the production impact to be much greater, at least on some
      systems.
      
      Removed some non-async code, now that we no-longer have a non-async
      mode. (I cowardly left an assert behind to make sure.:)
      dd581c8c