Course book

The lectures and slides cover the course topics and try to be self-content (you will find lot of code on them). Nevertheless, the assigned course book is Principles of Concurrent and Distributed Programming, 2nd Edition by Mordechai (Moti) Ben-Ari. Addison-Wesley, ISBN 0-321-31283-X.

Learn You Some Erlang for Great Good! A Beginner's Guide F. Hébert, No Starch Press, 1st edition (January 19, 2013).

The text book Learn You Some Erlang For Great Good is also an excellent resource for beginning Erlang programmers. Exists both as a printed book and as a web tutorial.

Additional reading (Erlang)

Introducing Erlang Simon St. Laurent, O'Reilly, 1st edition (January 23, 2013).

Another good introductory book on Erlang.

Programming Erlang: Software for a Concurrent World (Pragmatic Programmers), Joe Armstrong, Pragmatic Bookshelf, 2nd edition (October 3, 2013).

This is an excellent book on programming in Erlang written by Erlang's primary creator. It can serve as a text book, but goes quite in depth into the Erlang's intricacies.

Additional reading (Basic Java)

Here are some resources for those who need to refresh their Java skills.

Additional reading (Java)

There are many other books on multithreaded programming in Java that you could refer to, and are easily found on the web. For example, a comparative review of 6 books. The focus of these books differs somewhat from that of our course.

Some quick comments on two books.

Many Java books have a brief chapter on concurrency. A fair example is the chapter in Object-Oriented Software Development Using Java, by Xiaoping Jia, Addison Wesley.



Concurrent Programming 2016 - Chalmers University of Technology & Gothenburg University