Concurrent Programming in Erlang
by Robert Virding, Claes Wikstrom, Mike Williams
Publisher: Prentice Hall PTR 1996
ISBN/ASIN: 013508301X
ISBN-13: 9780135083017
Number of pages: 205
Description:
Erlang is a concurrent, functional programming language designed for programming large industrial real time systems. The language is untyped and has a pattern matching syntax. Functions are written as a set of recursion equations and the language has explicit concurrency and asynchronous message passing. Erlang provides explicit concurrency, has asynchronous message passing and is relatively free from side effects. Written in a tutorial style, the emphasis of this book is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems are illustrated.
Download or read it online for free here:
Download link
(860KB, PDF)
Similar books

by Ian Foster - Addison Wesley
Introduction to parallel programming and a guide for developing programs for parallel and distributed systems. Programs are developed in a methodical fashion and both cost and performance are considered at each stage in a design.
(16676 views)

by Mark Anthony McLaughlin - arXiv
Internet distributed applications (IDAs) are internet applications with which many users interact simultaneously. In this paper the author provides a basis for a framework that combines IDAs collectively within a single context.
(9285 views)

by Sergio Barbarossa, Stefania Sardellitti, Paolo Di Lorenzo - arXiv
We consider the problems of distributed detection and estimation in wireless sensor networks. We provide a general framework aimed to show how an efficient design of a sensor network requires a joint organization of in-network communication.
(8461 views)

by Nicholas Carriero, David Gelernter - MIT Press
In the near future every programmer will need to understand parallelism, a powerful way to run programs fast. The authors of this straightforward tutorial provide the instruction that will transform ordinary programmers into parallel programmers.
(10493 views)