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

GitHub noreply at github.com
Tue Jun 3 23:16:53 CEST 2014


  Branch: refs/heads/collapse-writes
  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.


Compare: https://github.com/zopefoundation/zc.resumelb/compare/ea204e799629^...64b5c71c18f6


More information about the checkins mailing list