[Checkins] [zopefoundation/zc.zodbwsgi] 4f930d: As first step toward support for the occasional lo...

GitHub noreply at github.com
Wed Sep 11 19:34:25 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zc.zodbwsgi
  Commit: 4f930d8e12bb62484e0ebce6397889b1acc27cc8
      https://github.com/zopefoundation/zc.zodbwsgi/commit/4f930d8e12bb62484e0ebce6397889b1acc27cc8
  Author: Jim Fulton <jim at zope.com>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M setup.py
    M src/zc/zodbwsgi/README.rst
    M src/zc/zodbwsgi/__init__.py

  Log Message:
  -----------
  As first step toward support for the occasional long-running request,
added a max_connections option.


  Commit: 9843116ef304b852f52135cf145f35628b55accf
      https://github.com/zopefoundation/zc.zodbwsgi/commit/9843116ef304b852f52135cf145f35628b55accf
  Author: Jim Fulton <jim at zope.com>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M src/zc/zodbwsgi/README.rst
    M src/zc/zodbwsgi/__init__.py

  Log Message:
  -----------
  Added support for applications closing requests, in which case
zc.zodbwsgi doesn't close requests or manage transactions itself.


  Commit: a3cbc015716a34cd0902218a081ef7dffd0f29e4
      https://github.com/zopefoundation/zc.zodbwsgi/commit/a3cbc015716a34cd0902218a081ef7dffd0f29e4
  Author: Jim Fulton <jim at zope.com>
  Date:   2013-09-10 (Tue, 10 Sep 2013)

  Changed paths:
    M src/zc/zodbwsgi/README.rst
    M src/zc/zodbwsgi/__init__.py

  Log Message:
  -----------
  Fixed: should release when connection is closed, not at end of request.


  Commit: c08ae4b93ee31626ffaadb01f6f2f35e9e6c2200
      https://github.com/zopefoundation/zc.zodbwsgi/commit/c08ae4b93ee31626ffaadb01f6f2f35e9e6c2200
  Author: Jim Fulton <jim at zope.com>
  Date:   2013-09-10 (Tue, 10 Sep 2013)

  Changed paths:
    M src/zc/zodbwsgi/__init__.py

  Log Message:
  -----------
  fixed: DRY


  Commit: f0c87e9a57aafec23d04e128646fe3a0a2bfd73d
      https://github.com/zopefoundation/zc.zodbwsgi/commit/f0c87e9a57aafec23d04e128646fe3a0a2bfd73d
  Author: Jim Fulton <jim at zope.com>
  Date:   2013-09-10 (Tue, 10 Sep 2013)

  Changed paths:
    M src/zc/zodbwsgi/README.rst

  Log Message:
  -----------
  added missing test


  Commit: bfce39f34e375ca426916c4f9a79164cf1f52cec
      https://github.com/zopefoundation/zc.zodbwsgi/commit/bfce39f34e375ca426916c4f9a79164cf1f52cec
  Author: Jim Fulton <jim at zope.com>
  Date:   2013-09-10 (Tue, 10 Sep 2013)

  Changed paths:
    M src/zc/zodbwsgi/README.rst

  Log Message:
  -----------
  typos and formatting


  Commit: 20b71fa948bcc1a895bbdbbd2c218dfd98ce1944
      https://github.com/zopefoundation/zc.zodbwsgi/commit/20b71fa948bcc1a895bbdbbd2c218dfd98ce1944
  Author: Jim Fulton <jim at zope.com>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Include all extensions for package data cuz MANIFEST.in is ignores. Whimper.


  Commit: 547d61a297438e8b737d40786f9ad99cfd2bf816
      https://github.com/zopefoundation/zc.zodbwsgi/commit/547d61a297438e8b737d40786f9ad99cfd2bf816
  Author: Patrick Strawderman <patrick at kilink.net>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

  Changed paths:
    M setup.py
    M src/zc/zodbwsgi/README.rst
    M src/zc/zodbwsgi/__init__.py

  Log Message:
  -----------
  Merge pull request #6 from zopefoundation/lrr

Support for the occasional long-running request


Compare: https://github.com/zopefoundation/zc.zodbwsgi/compare/aa1e434c3aa4...547d61a29743


More information about the checkins mailing list