swarm v0.4.0 Swarm.Cluster.Epmd

This clustering strategy uses EPMD, which means connecting nodes in the cluster is a manual process. This strategy is primarily useful if you have a fixed set of nodes, you need a strategy you can use during testing, you want to cluster nodes running on the same host, or the gossip strategy is not an option for some other reason.

This process will monitor the list of known nodes, and connect to newly detected nodes as they appear. It is still required that you make nodes visible to each other via EPMD, and if you manually establish connections to other nodes, those changes will be picked up automatically.

Summary

Functions

start_link()