Re: [akka-user] Re: Dead letters and inefficiency in akka

2015-04-24 Thread Patrik Nordwall
On Tue, Apr 21, 2015 at 1:25 PM, Anders Båtstrand wrote: > Have you tried running the master actor and the workers with different > dispatchers? > > http://doc.akka.io/docs/akka/snapshot/scala/dispatchers.html > > You could, just for test, assign a PinnedDispatcher to the master actor, > that way

[akka-user] Re: Dead letters and inefficiency in akka

2015-04-21 Thread Anders Båtstrand
Have you tried running the master actor and the workers with different dispatchers? http://doc.akka.io/docs/akka/snapshot/scala/dispatchers.html You could, just for test, assign a PinnedDispatcher to the master actor, that way you will reserve a thread for that actor. Regards, Anders tirsdag