[akka-user] Threads Processing

2017-06-22 Thread Abhishek G
Hi Akka Team, I have 100 threads, need to process only 12 threads at a time not more than that. After completion of these threads other 12 have to be processed and so on but it's processing only first 12 set threads then it terminates after that. Here is my Logic: class AkkaProcessing extends

[akka-user] Re: Akka Dispatcher Issue

2017-05-19 Thread Abhishek G
Hi Justin, Am running this code on local machine. What am missing here...? On Thursday, May 18, 2017 at 12:42:09 PM UTC+5:30, Abhishek G wrote: > > Am a newbie to Akka > > import akka.actor.Props > import akka.actor.ActorSystem > impor

[akka-user] Re: Akka Dispatcher Issue

2017-05-19 Thread Abhishek G
Hi Justin, Am running this code on local machine. Make necessary changes in the code. Thanks..!! On Thursday, May 18, 2017 at 12:42:09 PM UTC+5:30, Abhishek G wrote: > > Am a newbie to Akka > > import akka.actor.Props > import akka.ac

[akka-user] Re: Akka Dispatcher Issue

2017-05-19 Thread Abhishek G
Hi Justin, Am ruuning this code on local machine no concept of node On Thursday, May 18, 2017 at 12:42:09 PM UTC+5:30, Abhishek G wrote: > > Am a newbie to Akka > > import akka.actor.Props > import akka.actor.ActorSystem > impor

[akka-user] Akka Dispatcher Issue

2017-05-18 Thread Abhishek G
Am a newbie to Akka import akka.actor.Props import akka.actor.ActorSystem import akka.actor.Actor import akka.routing.FromConfig class RootActor extends Actor{ def receive = { case msg:String =>