Recommended book on Actors concurrency model (patterns, pitfalls, etc.)?
- by Larry OBrien
The Actors concurrency model is clearly gaining favor. Is there a good book that presents the patterns and pitfalls of the model? I am thinking about something that would discuss, for instance, the problems of consistency and correctness in the context of hundreds or thousands of independent Actors.
It would be okay if it were associated with a…