Exercises that go along with the book Programming Erlang Software for a Concurrent World - Second Edition
- Updated
Feb 17, 2017 - Erlang
Exercises that go along with the book Programming Erlang Software for a Concurrent World - Second Edition
Ant colony optimization (ACO) with Erlang processes (ants) and message communication (ant master)
The course covers fundamental models for distributed systems, inter process communication and how to handle synchronization, consistency, replication, fault tolerance and security in a distributed system. The course consist of a series of lectures and seminars that include practical assignments.
This Erlang code utilizes process-oriented programming to create a mesh (or ring) where each node is a process and enables efficient spreading of messages from a root to all other processes.
Chat room application implemented in erlang using message passing
Homework and in-class exercises for CS 511: Concurrent Programming, Fall 2018
Understanding concepts of distributed systems by practically implementing simulations
Add a description, image, and links to the message-passing topic page so that developers can more easily learn about it.
To associate your repository with the message-passing topic, visit your repo's landing page and select "manage topics."