[akka-user] Re: default-dispatcher = CallingThreadDispatcher ?

2015-07-14 Thread Hosam Aly
Hi, I am trying to use the `CallingThreadDispatcherConfigurator`, but unfortunately the test blocks as soon as I try to instantiate an actor, with a deadlock that looks similar to an akka issue https://github.com/akka/akka/issues/17253. Have you faced a similar situation before? Do you have

Re: [akka-user] Re: default-dispatcher = CallingThreadDispatcher ?

2015-07-14 Thread Konrad Malawski
Hi Hosam, why do you want to run Akka using 2 threads? Where do you configure the calling thread dispatcher? --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 14 July 2015 at 17:02:16, Hosam Aly (hosama...@gmail.com) wrote: Hi, I am trying to use the `CallingThreadDispatcherConfigurator`,

Re: [akka-user] Re: default-dispatcher = CallingThreadDispatcher ?

2015-07-14 Thread Hosam Aly
Hi Konrad, Thanks for the quick reply! I actually wish I could run it with just 1 thread. I wish my tests could become totally synchronous. I am trying to find out how to do that. I am currently configuring it in application.conf. Any suggestions would be appreciated! Thank you, Hosam Aly