Erlang at DuoMark International, Inc. - Tutorials and conference publications about servers, applications, erlang programming and Web 2.0 infrastructure.
Erlang FAQ - Frequently Asked Questions about the Erlang programming language.
Erlang in Real Time - (ISBN: 0864447434) was written by Maurice Castro to support the course `CS584 Real Time and Concurrent Systems' at RMIT University in 1998. A revised edition is available in postscript form from this site in addition to the sample code used in the course.
Programming Erlang: Software for a Concurrent World - 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.
Robust Server - This tutorial shows you how to build a simple fault-tolerant server.
An Introduction to Erlang - Shows making a simple concurrent program implementing a basic chat system; and how separating some processes and making them communicate is almost trivial in Erlang. ONLamp.com. (September 13, 2007)