This post originated from an RSS feed registered with Python Buzz
by Jeremy Hylton.
Original Post: ZEO Cache Effectiveness
Feed Title: Jeremy Hylton's Web Log
Feed URL: https://www.python.org/~jeremy/weblog/rss.xml
Feed Description: A techie web log mostly about Python
I just wanted to confirm that loading objects from the ZEO cache is
faster than loading them from the ZEO server. With a fast network,
you might think we could read data from the ZEO server as fast as we
could read it off disk. Not close, though. The cache looks to be 40x
faster.