[Checkins] [zopefoundation/ZEO] e302ff: Some refactoring

GitHub noreply at github.com
Wed May 18 20:28:29 CEST 2016


  Branch: refs/heads/asyncio
  Home:   https://github.com/zopefoundation/ZEO
  Commit: e302ff45c5daa5a23c6959f15e9e7f369293c2f5
      https://github.com/zopefoundation/ZEO/commit/e302ff45c5daa5a23c6959f15e9e7f369293c2f5
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-02 (Mon, 02 May 2016)

  Changed paths:
    M src/ZEO/asyncio/client.py

  Log Message:
  -----------
  Some refactoring

Renamed connection_timeout to connect_poll and use it when reconnecting.

Optimized hanfline of first messagem, as we did in zrpc, because it
only occurs once. :)

More/better comments.

Move loop argument to front of constructor arguments.

Added close/close_threadsafe to wait for connection on close.

Added is_connected.

Added new_addr.


  Commit: b470bb653e9b752bb0d188c341cb9dc702969d5b
      https://github.com/zopefoundation/ZEO/commit/b470bb653e9b752bb0d188c341cb9dc702969d5b
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    A src/ZEO/ordering.rst

  Log Message:
  -----------
  added notes on invalidation and load ordering


Compare: https://github.com/zopefoundation/ZEO/compare/107f1077438a...b470bb653e9b


More information about the checkins mailing list