Jonas Bonér 1/4/2010

Introducing Akka - Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Actors

Read Original

This article introduces the Akka toolkit, which leverages the Actor Model and Software Transactional Memory to simplify building concurrent, fault-tolerant, and scalable applications. It explains the core concepts of actors, their benefits for concurrency and distribution, and provides an introductory look at creating actors using the Scala API for building robust network servers.

Introducing Akka - Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Actors

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week