1. 26 Apr, 2007 23 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. · bcd23e9d
      Jim Fulton authored
      bcd23e9d
    • Jim Fulton's avatar
      Added some more documentation. · 441c1fc9
      Jim Fulton authored
      441c1fc9
    • Jim Fulton's avatar
      Defined IStorageDB. As a result: · 4ce7815a
      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.
      4ce7815a
  5. 28 Mar, 2007 2 commits
  6. 26 Mar, 2007 1 commit
    • Jim Fulton's avatar
      - (3.8a1) ZEO's strategoes for avoiding client cache verification were · 44c8f9ae
      Jim Fulton authored
        improved in the case that servers are restarted.  Before, if
        transactions were committed after the restart, clients that were up
        to date or nearly up to date at the time of the restart and then
        connected had to verify their caches.  Now, it is far more likely
        that a client that reconnects soon after a server restart won't have
        to verify its cache.
      
      - Fixed a serious bug that could cause clients that disconnect from and
        reconnect to a server to get bad invalidation data if the server
        serves multiple storages with active writes.
      44c8f9ae