By CriasSK
via codequirks.com
Submitted: May 20 2011 / 16:46
A guide through my team's experience using Akka's Actors to transform slow sequential tests into thread-safe concurrent tests that can be distributed onto multiple cores on a single CPU, or easily distributed further to multiple nodes in an Actor cluster.
This post does not delve into moving these jobs onto multiple computers, as our needs didn't reach that far, but doing so using Akka's Actors is a relatively simple logical extension, and this post lays all of the required groundwork.



Add your comment