[Checkins] [zopefoundation/zc.resumelb] a197eb: There's a new pool implementation

GitHub noreply at github.com
Sun Feb 15 20:43:29 CET 2015


  Branch: refs/heads/classless
  Home:   https://github.com/zopefoundation/zc.resumelb
  Commit: a197eb57f808220a02acd60797a754b3048adbd7
      https://github.com/zopefoundation/zc.resumelb/commit/a197eb57f808220a02acd60797a754b3048adbd7
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-15 (Sun, 15 Feb 2015)

  Changed paths:
    M src/zc/resumelb/README.txt
    A src/zc/resumelb/classlesspool.py
    A src/zc/resumelb/classlesspool.test
    A src/zc/resumelb/interfaces.py
    M src/zc/resumelb/lb.py
    M src/zc/resumelb/nagiosfauxstatus.py
    M src/zc/resumelb/tests.py

  Log Message:
  -----------
  There's a new pool implementation
  zc.resumelb.classlesspool.ClasslessPool that allocates work
  solely based on backlogs, ignoring resumes.  This is useful for
  smaller applications that don't have large resident sets or a good
  way to segregate requests, but that can benefit from ZooKeeper-aware
  load balancing.




More information about the checkins mailing list