This tutorial has been written by Joe Armstrong .
This tutorial shows you how to build a simple robust, fault-tolerant server. The example chosen is a "bank" server - the "server" is actually a pair of servers - if both servers crash - then the system is unavailable. If one server crashes, the other server takes over. Data is fully replicated on both servers. |