1. 03 Jul, 2011 6 commits
  2. 02 Jul, 2011 15 commits
  3. 30 Jun, 2011 1 commit
  4. 28 Jun, 2011 1 commit
  5. 15 Jun, 2011 3 commits
  6. 14 Jun, 2011 1 commit
  7. 11 Jun, 2011 1 commit
  8. 09 Jun, 2011 2 commits
  9. 08 Jun, 2011 1 commit
  10. 30 May, 2011 1 commit
    • Brian Sutherland's avatar
      LP #787541: Fix WSGIPublisher to close requests on abort unconditionally. · 850a3626
      Brian Sutherland authored
      Previously an addAfterCommitHook was used, but this is not run on transaction
      aborts.  Now a Synchronizer is used which unconditionally closes the request
      after a transaction is finished.
      
      Not closing the request seems to have caused the database connections to be
      kept open and these nasty log messages:
      
          CRITICAL ZODB.DB DB.open() has 42 open connections with a pool_size of 7
      
      42 being the wrong answer in this case.
      850a3626
  11. 19 May, 2011 3 commits
  12. 15 May, 2011 1 commit
  13. 08 May, 2011 4 commits