faisal abdulai
faisal abdulai

Reputation: 3819

Cluster computing with java , Akka and Play 2 framewrok

I want to built a cluster system that will involve load balancing , parallel activities using Java with Akka and play 2 framework. I have read about the Akka remote clustering , and distributing task to child Actors using Akka routes. I know that Play 2 framework also implements java Akka.

Now my problem is that I want to combine java Akka and Play 2 framework to build a cluster system were I can implement load balancing and parallel execution of task.

Will be excited if someone can give me examples of such implementation or point me towards such resources or links

thank you all.

Upvotes: 3

Views: 2519

Answers (1)

Related Questions