Braid Erlang library to create and connect an arbitrary cluster of nodes

Erlang library to create and connect an arbitrary cluster of nodes – GitHub – stritzinger/braid: Erlang library to create and connect an arbitrary cluster of nodes… Read more

Similar

Concurrency in Erlang and Scala: The Actor Model

Applications are becoming increasingly concurrent, yet the traditional way of doing this, threads and locks, is very troublesome. This article highlights Erlang and Scala, two programming languages that use a different approach to concurrency: the actor m...

Read more »