[Checkins] [zopefoundation/zc.resumelb] ea204e: used released gevent

GitHub noreply at github.com
Wed Jun 4 15:34:52 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zc.resumelb
  Commit: ea204e799629f8edbfa64faf70fb060938d34c8b
      https://github.com/zopefoundation/zc.resumelb/commit/ea204e799629f8edbfa64faf70fb060938d34c8b
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-06-02 (Mon, 02 Jun 2014)

  Changed paths:
    M src/zc/resumelb/zk.test
    M versions.cfg

  Log Message:
  -----------
  used released gevent


  Commit: 275cd0d8753fac51515a1f1faf91abd618dd0f20
      https://github.com/zopefoundation/zc.resumelb/commit/275cd0d8753fac51515a1f1faf91abd618dd0f20
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-06-02 (Mon, 02 Jun 2014)

  Changed paths:
    M setup.py
    M src/zc/resumelb/README.txt

  Log Message:
  -----------
  release


  Commit: 6ed8c175aa66210a40c89f8e4661901d3b9a5b74
      https://github.com/zopefoundation/zc.resumelb/commit/6ed8c175aa66210a40c89f8e4661901d3b9a5b74
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-06-03 (Tue, 03 Jun 2014)

  Changed paths:
    M src/zc/resumelb/lb.py

  Log Message:
  -----------
  disable nagle's algorithm.


  Commit: 64b5c71c18f6b6ae77cd7ab37fb16ddbafb5daac
      https://github.com/zopefoundation/zc.resumelb/commit/64b5c71c18f6b6ae77cd7ab37fb16ddbafb5daac
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-06-03 (Tue, 03 Jun 2014)

  Changed paths:
    M src/zc/resumelb/util.py

  Log Message:
  -----------
  In a previous commit, I added logic to set socket.TCP_NODELAY on
sockets to workers.  Hopefully, this will cause keep-alives to be sent
quicker.

In this commit, we collapse writes, when possible, to try to avoid
sending very small packets.


  Commit: 6088b9e12c77a8692b385b3c5e519da4235d7d92
      https://github.com/zopefoundation/zc.resumelb/commit/6088b9e12c77a8692b385b3c5e519da4235d7d92
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-06-03 (Tue, 03 Jun 2014)

  Changed paths:
    M src/zc/resumelb/README.txt

  Log Message:
  -----------
  changes


  Commit: 995bb6ce233bfcecfb50781092d80149c42b25e8
      https://github.com/zopefoundation/zc.resumelb/commit/995bb6ce233bfcecfb50781092d80149c42b25e8
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  don't build dev servers by default.  Let's give travis a chance. :)


  Commit: 1a041dfedb7bae05ff59ed8bf0f131d6540e851c
      https://github.com/zopefoundation/zc.resumelb/commit/1a041dfedb7bae05ff59ed8bf0f131d6540e851c
  Author: Fred Drake <fdrake at gmail.com>
  Date:   2014-06-04 (Wed, 04 Jun 2014)

  Changed paths:
    M buildout.cfg
    M setup.py
    M src/zc/resumelb/README.txt
    M src/zc/resumelb/lb.py
    M src/zc/resumelb/util.py
    M src/zc/resumelb/zk.test
    M versions.cfg

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

Collapse writes and disable nagle's algorithm


Compare: https://github.com/zopefoundation/zc.resumelb/compare/4ebde07091a4...1a041dfedb7b


More information about the checkins mailing list