xmpp - How does clustering of ejabberd nodes work? -


does work master-slave way, xmpp clients connect master node, , master node uses slave nodes distribute load?

if not, how load balancing can done after clustering of ejabberd nodes?

all nodes equal , there no master. state kept in mnesia or mysql (like roster table, session etc.). configuration replicated on nodes.

usually means there lb in front of whole cluster. 1 cluster represented 1 domain. can have more , federate them.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

java - How to create your own button and Use it with Scene Builder for javafx -

c++ - Drawing a circle in directx 9 -