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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -