Cloister → simple management of the OTP cluster
Almost every successful business application eventually reaches a stage where horizontal scaling is necessary. In many cases, you can simply launch a new instance and reduce the average load. However, there are less trivial situations where we must ensure that different nodes are aware of each other and carefully distribute the workload. Fortunately, it turns out that Erlang, which we […]
