[Checkins] [zopefoundation/ZEO] c2e890: Got uvloop working with the mtacceptor

GitHub noreply at github.com
Sat Aug 13 23:36:03 CEST 2016


  Branch: refs/heads/asyncio
  Home:   https://github.com/zopefoundation/ZEO
  Commit: c2e8905251e4e6f0155b9a56ab2ecf809dce421f
      https://github.com/zopefoundation/ZEO/commit/c2e8905251e4e6f0155b9a56ab2ecf809dce421f
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
    M setup.py
    M src/ZEO/asyncio/client.py
    M src/ZEO/asyncio/mtacceptor.py
    M src/ZEO/asyncio/server.py

  Log Message:
  -----------
  Got uvloop working with the mtacceptor
thanks to the new connect_accepted_socket API.

Abstracted the code that supports using asyncio vs trollius vs uvloop


  Commit: e439b578157aee47583b71e2512ad806c842efb1
      https://github.com/zopefoundation/ZEO/commit/e439b578157aee47583b71e2512ad806c842efb1
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    A src/ZEO/asyncio/compat.py

  Log Message:
  -----------
  Forgot to add this before :(


  Commit: beb5086586cc4a2b2f6f77c123e17a6aaf1da011
      https://github.com/zopefoundation/ZEO/commit/beb5086586cc4a2b2f6f77c123e17a6aaf1da011
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
    M setup.py
    M src/ZEO/asyncio/client.py
    A src/ZEO/asyncio/compat.py
    M src/ZEO/asyncio/mtacceptor.py
    M src/ZEO/asyncio/server.py

  Log Message:
  -----------
  Merge pull request #73 from zopefoundation/uvloop-support-in-mtacceotor

Got uvloop working with the mtacceptor


Compare: https://github.com/zopefoundation/ZEO/compare/49bc8e4649b0...beb5086586cc


More information about the checkins mailing list