diff -r 5108336d3a4c -r 8032f81fba95 src/source/user_guide/manager-guide.rst --- a/src/source/user_guide/manager-guide.rst Thu Dec 13 11:34:10 2018 +0100 +++ b/src/source/user_guide/manager-guide.rst Thu Dec 13 13:12:51 2018 +0100 @@ -94,6 +94,22 @@ Creating 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 + + Planning Tasks ^^^^^^^^^^^^^^