src/source/user_guide/manager-guide.rst
branchdoc-dc
changeset 114 8032f81fba95
parent 113 5108336d3a4c
equal deleted inserted replaced
113:5108336d3a4c 114:8032f81fba95
    92 ^^^^^^^^^^^^^^^^^^^^^^^
    92 ^^^^^^^^^^^^^^^^^^^^^^^
    93 
    93 
    94 Creating ZEO connection
    94 Creating ZEO connection
    95 ^^^^^^^^^^^^^^^^^^^^^^^
    95 ^^^^^^^^^^^^^^^^^^^^^^^
    96 
    96 
       
    97 
       
    98 Several PyAMS utilities (like the tasks scheduler or the medias converter) are working with dedicated processes,
       
    99 are connected to main PyAMS process through ØMQ, and use ZEO connections for their PyAMS database access.
       
   100 
       
   101 Clients of these processes have to send settings of the ZEO connections that they should use.
       
   102 
       
   103 The ZEOConnection utility can be created by the site manager through the web management interface (ZMI) from the
       
   104 *Control panel*:
       
   105 
       
   106 .. image:: ../_static/zeo-add-menu.png
       
   107 
       
   108 ZEO connection creation form allows you to define all settings of a ZEO connection:
       
   109 
       
   110 .. image:: ../_static/zeo-add-form.png
       
   111 
       
   112 
    97 Planning Tasks
   113 Planning Tasks
    98 ^^^^^^^^^^^^^^
   114 ^^^^^^^^^^^^^^
    99 
   115 
   100 
   116 
   101 ....
   117 ....