March 2018
Intermediate to advanced
244 pages
6h 10m
English
On our spectrum, the strategies have moved from very tight integration within the same process to looser coupling between processes. Both of these techniques integrate systems that reside on the same machine. This last technique will introduce distribution between machines.
In Chapter 6, Distributed Elixir, we introduced the Erlang distribution protocol which Elixir uses to communicate between nodes. There’s no reason to limit its use to the Erlang VM. As long as a language or a platform implements the distribution protocol, you can use that language to communicate with Erlang nodes.
Implementing the Erlang distribution protocol is not easy because it requires the ability to serialize and deserialize ...
Read now
Unlock full access