ZODB v3.9.2 Release Notes

Release Date: 2009-10-13 // over 14 years ago
  • 🐛 Bugs Fixed

    • ZEO manages a separate thread for client network IO. It created this thread on import, which caused problems for applications that implemented daemon behavior by forking. Now, the client thread isn't created until needed.

    • File-storage pack clean-up tasks that can take a long time unnecessarily blocked other activity.

    • In certain rare situations, ZEO client connections would hang during the initial connection setup.