Hi, On 2014-02-19T18:11:49 CET, [email protected] wrote: > I wonder if there is load balancing mechanism for external components > ? Let's say we have single Prosody running and two or more external > component instances registered on the same subdomain > "test.example.com". Is it possible to make Prosody assign different > component instances for subsequent connections ?
There's a module that enables a round-robin style load-balancing for components: http://code.google.com/p/prosody-modules/source/browse/mod_component_roundrobin/mod_component_roundrobin.lua IIRC, you use it like this: Component "test.example.com" "component_roundrobin" And then a component secret as with normal external components. -- Hope this helps, Kim "Zash" Alvefur
signature.asc
Description: OpenPGP digital signature
