Jump to ratings and reviews
Rate this book

Principles of Concurrent Programming

Rate this book
Principles of Concurrent Programming (Prentice Hall Series in Computer Science) Book Description

192 pages, Paperback

First published August 1, 1982

3 people are currently reading
30 people want to read

About the author

Mordechai Ben-Ari

15 books2 followers
Also goes by Moti Ben-Ari.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (20%)
4 stars
5 (50%)
3 stars
3 (30%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Amrullah Zunzunia.
32 reviews
February 26, 2017
Quite outdated but still a good book on concurrent programming. A short book that covers topics like semaphores, monitors, Dekker's algorithm, Sleeping Barber problem, Dining Philosopers problem etc.
Profile Image for Stijn.
97 reviews
September 2, 2016
Concise introduction to concurrent programming principles: starts of with Mutual Exclusion, moves on to Semaphores, Monitors, the Rendez-Vous, and finally ties everything together in a short chapter on the Dining Philosophers Problem. The strength of the book is that each chapter builds on the previous one, solving problems that arise and giving different approaches and levels of abstraction as it goes. Recommended if you want to get the basics of concurrency.

The language used for the algorithms is some Pascal breed; but it does not matter -- it reads like pseudo-code almost all of the time, and I actually think it's a plus that it is not tied to a "modern" language. It forces you to focus on the underlying principles, which happens to be the title.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.