Possible Duplicate:
Good use case for Akka
I understand why using the AKKA actors framework for embarrassing parallel problems makes sense.
What about problems that don't involve heavy computation and don't need to parallelised at all but are still highly distributed. For example, thousands of distributed clients who can increment or decrement a specific counter?