Mercurial > prosody-wiki
annotate mod_component_roundrobin.wiki @ 460:7204e7a78478
mod_s2s_auth_monkeysphere: Oh, this doesn't depend on luaunbound
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 20 May 2014 11:15:44 +0200 |
parents | 1cc57962610c |
children |
rev | line source |
---|---|
430
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 #summary Component round-robin load balancing module |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
3 = Introduction = |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
4 |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
5 This module enables multiple instances of external components to connect at the same time, and does round-robin load-balancing of incoming stanzas. |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
6 |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
7 = Example = |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
8 |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
9 {{{ |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
10 Component "test.example.com" |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
11 modules_enabled = { "component_roundrobin" } |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
12 -- Other component options such as secrets here |
1cc57962610c
add page about mod_component_roundrobin
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
13 }}} |