Hi Boris, I'll test the settings that Endre pointed out and see what difference those > settings make. >
Please report back what you have found. Also, I forgot to mention, but there is another setting that controls the thread-pool (dispatcher) for the remoting subsystem (this is independent of the netty pools). You should probably increase the size of that as well. The setting is under: "akka.remote.default-remote-dispatcher", see http://doc.akka.io/docs/akka/2.3.0/scala/remoting.html#Remote_Configurationfor the complete configuration. Since you run everything on localhost fairness issues might dominate the case: some subsystems getting less CPU share since they have less threads to run on, and fairness is enforced by the OS per thread. I am interested in the results! -Endre > > Thank you all, again, for your help! > > -Boris > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Akka Team Typesafe - The software stack for applications that scale Blog: letitcrash.com Twitter: @akkateam -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
