Reputation: 390
I dont know how to implement Multithreading concept on Play framework. Please suggest me how to achieve threading concept on playframework. Thank you
Upvotes: 1
Views: 72
Reputation: 285
Yeah...so the easiest way to achieve it is to use Akka Actors... In play you have a built in Akka.system() which allows you to achieve your goal.
For more details see: http://akka.io/
Upvotes: 2