src/source/dev_guide/utilities.rst
branchdoc-dc
changeset 114 8032f81fba95
parent 111 097b0c025eec
--- a/src/source/dev_guide/utilities.rst	Thu Dec 13 11:34:10 2018 +0100
+++ b/src/source/dev_guide/utilities.rst	Thu Dec 13 13:12:51 2018 +0100
@@ -39,19 +39,3 @@
 That should require an update of :py:func:`tzinfo` adapter to get timezone info from session, request or user profile.
 
 
-ZEO connection
---------------
-
-Several PyAMS utilities (like the tasks scheduler or the medias converter) are working with dedicated processes,
-are connected to main PyAMS process through ØMQ, and use ZEO connections for their PyAMS database access.
-
-Clients of these processes have to send settings of the ZEO connections that they should use.
-
-The ZEOConnection utility can be created by the site manager through the web management interface (ZMI) from the
-*Control panel*:
-
-.. image:: _static/zeo-add-menu.png
-
-ZEO connection creation form allows you to define all settings of a ZEO connection:
-
-.. image:: _static/zeo-add-form.png