mod_component_roundrobin/README.markdown
changeset 1807 4d73a1a6ba68
parent 1786 29f3d6b7ad16
equal deleted inserted replaced
1806:0ab737feada6 1807:4d73a1a6ba68
       
     1 ---
       
     2 labels:
       
     3 summary: 'Component round-robin load balancing module'
       
     4 ...
       
     5 
       
     6 Introduction
       
     7 ============
       
     8 
       
     9 This module enables multiple instances of external components to connect
       
    10 at the same time, and does round-robin load-balancing of incoming
       
    11 stanzas.
       
    12 
       
    13 Example
       
    14 =======
       
    15 
       
    16         Component "test.example.com"
       
    17             modules_enabled = { "component_roundrobin" }
       
    18             -- Other component options such as secrets here