1. 01 Jul, 2016 2 commits
    • Jim Fulton's avatar
      Make the cache thread safe again. :/ · 5e6fd05f
      Jim Fulton authored
      There are some cases where we want to touch the cache outside of the
      I/O thread. Including:
      
      - ClientStorage wants to to invalidata cache entries if it gets a
        conflict error in voting.
      
      - loadBefore can probably be optimized by checking the cache in the
        client thread. (This will be safe for loadBefore, because the intent
        in practice is never to load current data.
      5e6fd05f
    • Jim Fulton's avatar
      If vote fails with a conflict error, invalidate the corresponding cache entry · 062cbecc
      Jim Fulton authored
      This used to happen via the server calling serialnos, but ZEO 5
      servers no longer do this.  For the reason for invalidating the cache
      entry, see the new comment.
      062cbecc
  2. 21 Jun, 2016 1 commit
  3. 20 Jun, 2016 6 commits
  4. 19 Jun, 2016 2 commits
  5. 18 Jun, 2016 1 commit
  6. 17 Jun, 2016 3 commits
  7. 16 Jun, 2016 2 commits
  8. 15 Jun, 2016 5 commits
  9. 09 Jun, 2016 4 commits
  10. 08 Jun, 2016 8 commits
  11. 07 Jun, 2016 6 commits