  |
Concurrent Programming in Erlang - http://www.amazon.co.uk/exec/obidos/ASIN/013508301X/
Link to the Erlang book available at Amazon UK. |
  |
Robust Server - http://www.sics.se/~joe/tutorials/robust_server/robust_server.html
This tutorial shows you how to build a simple fault-tolerant server. |
  |
Client in Erlang - Server in C - http://www.sics.se/~joe/tutorials/client_server/client_server.html
Tutorial shows how to build simple client-server in mixed languages. |
  |
Erlang for C, C++ and Java Programmers - http://npt.cc.rsu.ru/user/wanderer/ODP/Erlang_tutorial.html
A short tutorial. |
 |
Programming Erlang: Software for a Concurrent World - http://www.pragmaticprogrammer.com/titles/jaerlang/
By Joe Armstrong; Pragmatic Bookshelf, 2007, ISBN 9781934356005. Shows how to write programs that are concurrent, run on even hundreds of local and remote processors, and highly reliable, even during network and hardware failures. |