Jump to ratings and reviews
Rate this book

Actors in Scala

Rate this book
Recent trends in computer architecture make concurrency and parallelism an essential ingredient of efficient program execution. The actor model of concurrency allows you to express real-world concurrency in a natural way using concurrent processes that communicate via asynchronous messages.Scala is a programming language for the Java virtual machine, providing excellent support for both object-oriented and functional programming. By including a powerful actor framework in its standard library, Scala offers a compelling approach to tackle concurrent programming. Scala's actors let you apply the actor concurrency model to the JVM, enabling real-world solutions that are efficient, scalable, and robust.Published by Artima, this is the first book on Scala's actors, co-authored by the creator and lead maintainer, Philipp Haller, and Frank Sommers. Starting with the fundamentals of the actor concurrency model, this book offers a comprehensive tutorial on practical programming with actors in Scala. It enables you to leverage the full power of today's and tomorrow's multi-core processors by describing both basic and advanced features of Scala's actor framework in-depth.

169 pages, Paperback

First published October 11, 2010

2 people are currently reading
25 people want to read

About the author

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
1 (4%)
4 stars
8 (33%)
3 stars
12 (50%)
2 stars
2 (8%)
1 star
1 (4%)
Displaying 1 - 3 of 3 reviews
Profile Image for Arvind Balasubramaniam.
34 reviews10 followers
August 13, 2017
This book is outdated considering that as of Scala 2.11.0, the Scala actors library is deprecated. Nevertheless, it provides a fairly straight-forward well-explained intro into actors as well as a chapter on Akka, which seemed a bit compressed with examples that didn't contain much explanation. I'm thinking of picking up a separate book now to learn about Akka actors.
26 reviews10 followers
February 1, 2012
This book presents concepts of Actors concurrency model in Scala programming language on about 150 pages of text. It is mostly focused on API side of Actors model and it unfortunately doesn't discuss in details topics around recovery and fault tolerance in actor based systems. If you know what actors are in general and you did some basic tutorials from the web on how to program Actors with pure Scala API or Akka framework, then this book won't give you too much beyond this point.
3 reviews
February 22, 2014
simple, basic and understandable introduction to the Scala actors. it can be a good starting point for who want to learn actor model and especially Akka.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.