February 2018
Intermediate to advanced
552 pages
13h 46m
English
The Actor Model is one of the most popular concurrency programming models. Like the OOP Model, it has everything as an object, and it has everything as an Actor.
It defines Actor properties, Actor axioms, and how Actors communicate with each other by sending messages asynchronously and in a non-blocking way.
As we know, writing concurrent applications using the Shared-State Concurrency model is very difficult. It is very tough to debug or maintain these kind of applications. As a Java developer, I know you guys have already written many concurrent applications and faced many issues.
Read now
Unlock full access