src/source/dev_guide/utilities.rst
branchdoc-dc
changeset 114 8032f81fba95
parent 111 097b0c025eec
equal deleted inserted replaced
113:5108336d3a4c 114:8032f81fba95
    37   do an AJAX request to update data in their session.
    37   do an AJAX request to update data in their session.
    38 
    38 
    39 That should require an update of :py:func:`tzinfo` adapter to get timezone info from session, request or user profile.
    39 That should require an update of :py:func:`tzinfo` adapter to get timezone info from session, request or user profile.
    40 
    40 
    41 
    41 
    42 ZEO connection
       
    43 --------------
       
    44 
       
    45 Several PyAMS utilities (like the tasks scheduler or the medias converter) are working with dedicated processes,
       
    46 are connected to main PyAMS process through ØMQ, and use ZEO connections for their PyAMS database access.
       
    47 
       
    48 Clients of these processes have to send settings of the ZEO connections that they should use.
       
    49 
       
    50 The ZEOConnection utility can be created by the site manager through the web management interface (ZMI) from the
       
    51 *Control panel*:
       
    52 
       
    53 .. image:: _static/zeo-add-menu.png
       
    54 
       
    55 ZEO connection creation form allows you to define all settings of a ZEO connection:
       
    56 
       
    57 .. image:: _static/zeo-add-form.png