Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Raymond Roestenburg, Rob Bakker, and Rob Williams - Akka in Action

Posted By: checkraiser
Raymond Roestenburg, Rob Bakker, and Rob Williams - Akka in Action

Raymond Roestenburg, Rob Bakker, and Rob Williams - Akka in Action
MEAP Began: September 2012 | ISBN: 9781617291012 | English | 375 pages | PDF | 14.9MB

Akka is a Scala-based toolkit that simplifies developing concurrent distributed applications. Akka uses Actors-independently executing processes that communicate via message passing—as the foundation for fault-tolerant applications where individual actors can fail without crashing everything. Perfect for high-volume applications that need to scale rapidly, Akka is an efficient foundation for event-driven systems that want to scale elastically up and out on demand, both on multi-core processors and across server nodes.

Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it. You'll learn to test and deploy an actor system and scale it up and out, showing off Akka's fault tolerance. As you move along, you'll explore a message-oriented event-driven application in Akka. You'll also tackle key issues like how to model immutable messages and domain models, and apply patterns like Event Sourcing, and CQRS. The book concludes with practical advice on how to tune and customize a system built with Akka.

WHAT'S INSIDE

Getting concurrency right
Using Akka in production
Testing concurrent and distributed applications
Fault tolerance, supervision, let it crash semantics
Performance tuning Actor Systems
Extending Akka
Clustered actorsystems, running applications in the Cloud
Patterns for building message oriented systems

This book assumes that you're comfortable with Java and Scala. No prior experience with Akka is needed.