1. 17 Nov, 2016 2 commits
  2. 16 Nov, 2016 1 commit
  3. 13 Nov, 2016 2 commits
  4. 04 Nov, 2016 1 commit
  5. 03 Nov, 2016 1 commit
  6. 21 Oct, 2016 2 commits
  7. 01 Oct, 2016 3 commits
  8. 28 Sep, 2016 2 commits
  9. 27 Sep, 2016 4 commits
  10. 24 Sep, 2016 1 commit
  11. 19 Sep, 2016 1 commit
  12. 17 Sep, 2016 3 commits
  13. 14 Sep, 2016 1 commit
  14. 13 Sep, 2016 2 commits
  15. 12 Sep, 2016 11 commits
  16. 09 Sep, 2016 3 commits
    • Jim Fulton's avatar
      Deal with some Py2/Py3 differences :( · 67388dcd
      Jim Fulton authored
      67388dcd
    • Jim Fulton's avatar
      Documentation on transactions and threading. · ed365135
      Jim Fulton authored
      This adds documentatuon on transactions and threading concerns.
      
      There are some topics, like application design and conflict resolution
      that might want a deeper treatment, but would probably be better
      handled through articles or dedicated topics. (I want to avoid
      individual topics being too long or weedy to read, where practical.)
      
      Writing this, I stumbled a bit over thread-local transaction managers.
      For most applications, they don't add anything over accessing
      transaction managers on connections and actually provide an
      opportunity to fail. I'm convinced that it should be possible to do
      most transaction management through connections and that the API
      provided by transaction managers and the transaction package should be
      reserved for distributed transactions.
      
      I didn't mention gevent. I thik there should be a section on gevent,
      but I think it should be written by someone who's used gevent with
      ZODB. :)
      
      Maybe there should also be a section or mention of using asyncio with
      ZODB, pr maybe later.
      
      Closes zopefoundation/zodbdocs#13
      Closes zopefoundation/zodbdocs#16
      ed365135
    • Julien Muchembled's avatar
      Merge 4.x branch · d6b60a5b
      Julien Muchembled authored
      d6b60a5b