Simple fault-tolerant server tutorial


Modified on 06/22/2003 at 16:06
Creator: Mickaël Rémond

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.

Related links

  • Simple fault-tolerant server tutorial (SICS)
  •  

    [ News | About us | Documentation | Links | Projects & Contribs | Success stories | Binary packages | Other languages ]
    This site is made and run by the Erlang Projects Association
    Copyright 2003 Mickaël Rémond, Thierry Mallard
    Powered by Zope, CPS and Nuxeo