[Checkins] [zopefoundation/ZEO] 37c667: When calling loadBefore, collapse outstanding call...

GitHub noreply at github.com
Fri Jul 15 00:13:09 CEST 2016


  Branch: refs/heads/prefetch
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 37c667891267415a88eb16fe9490b04f2233fa4d
      https://github.com/zopefoundation/ZEO/commit/37c667891267415a88eb16fe9490b04f2233fa4d
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

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

  Log Message:
  -----------
  When calling loadBefore, collapse outstanding calls.

IOW, if there's an outstanding call is made for a given oid and tid,
and another call is made, the second call will use the result of the
outstanding call, rather than making another call to the server.


  Commit: 1a38d378c81d0db07f377db2350702332436fb08
      https://github.com/zopefoundation/ZEO/commit/1a38d378c81d0db07f377db2350702332436fb08
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
    M src/ZEO/ClientStorage.py
    M src/ZEO/asyncio/client.py
    M src/ZEO/tests/testZEO2.py

  Log Message:
  -----------
  Added a prefetch method.


Compare: https://github.com/zopefoundation/ZEO/compare/37c667891267^...1a38d378c81d


More information about the checkins mailing list