[akka-user] Re: akka actor - performance issue

2015-07-15 Thread flydaf
I have got 4 cores/threads machine. I am running one experiment in one actor. Requirement for program is to run as much experiments as it's possible concurrently.Number of experiments must be parametrised. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>>

[akka-user] Re: akka actor - performance issue

2015-07-14 Thread Nicolau Werneck
How many CPU cores do you have, and how many simultaneous actors are you running? You should at least see a speedup of close to 2x with two actors, but as you increase the number of actors you will eventually reach a limit due to overheads and serial portions of the program. Processing might eve

[akka-user] Re: akka actor - performance issue

2015-07-14 Thread flydaf
1. Mistake, not 8000k ms , should be 8k ms 2. Mensioned ~13% time difference in perf. time get bigger with growing number of CountingActors. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.htm