1. 14 Jan, 2013 7 commits
  2. 12 Jan, 2013 1 commit
  3. 11 Jan, 2013 5 commits
  4. 10 Jan, 2013 6 commits
  5. 09 Jan, 2013 6 commits
  6. 08 Jan, 2013 6 commits
  7. 07 Jan, 2013 8 commits
  8. 04 Jan, 2013 1 commit
    • Vincent Pelletier's avatar
      Drop unneeded use of thread-local. · 8676b850
      Vincent Pelletier authored
      memcache module already handle thread-safety, and we actually want to be
      transaction-local here, so use a volatile variable instead for caching
      needs.
      Removes the need to restart Zope for connection parameter changes to take
      effect.
      Fixes a bad interaction with SelectionTool's code, which causes
      transactional isolation to be broken (just for this connector) and too many
      network connections to be used.
      8676b850