comparison mod_component_roundrobin.wiki @ 430:1cc57962610c

add page about mod_component_roundrobin
author Kim Alvefur <zash@zash.se>
date Fri, 21 Feb 2014 17:28:27 +0100
parents
children
comparison
equal deleted inserted replaced
429:4d6899e760f7 430:1cc57962610c
1 #summary Component round-robin load balancing module
2
3 = Introduction =
4
5 This module enables multiple instances of external components to connect at the same time, and does round-robin load-balancing of incoming stanzas.
6
7 = Example =
8
9 {{{
10 Component "test.example.com"
11 modules_enabled = { "component_roundrobin" }
12 -- Other component options such as secrets here
13 }}}