PACKAGE NAME: python3-ZEO-6.1-x86_64-1_slackdce.txz PACKAGE MIRROR: . PACKAGE LOCATION: ./python/python3-ZEO PACKAGE SIZE (compressed): 332 K PACKAGE SIZE (uncompressed): 1504 K PACKAGE REQUIRED: python3-zc.lockfile,zope.interface,python3-persistent,python3-BTrees,python3-ZConfig,python3-transaction,python3-zodbpickle,python3-ZODB,python3-zdaemon PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python3-ZEO: python3-ZEO (Single-server client-server database server for ZODB) python3-ZEO: python3-ZEO: ZEO is a client-server storage for ZODB for sharing a single storage python3-ZEO: among many clients. When you use ZEO, a lower-level storage, python3-ZEO: typically a file storage, is opened in the ZEO server process. python3-ZEO: Client programs connect to this process using a ZEO ClientStorage. python3-ZEO: ZEO provides a consistent view of the database to all clients. python3-ZEO: The ZEO client and server communicate using a custom protocol layered python3-ZEO: on top of TCP. python3-ZEO: python3-ZEO: Documentation at http://zeo.readthedocs.io/en/latest/