Software / code / prosody-modules
Comparison
mod_component_roundrobin/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1782:mod_component_roundrobin/README.wiki@29f3d6b7ad16 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803: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 |