Re: [akka-user] Actors program performance

2015-04-28 Thread Akka Team
Hi there, the question is a bit open ended - there's many ways of benchmarking, usually for your *specific needs*. We internally use various tools such as JMH openjdk.java.net/projects/code-tools/jmh/ or profilers to benchmark allocations (Jprofiler, YourKit, and more...) etc. -- Konrad On Mon,

[akka-user] Actors program performance

2015-04-27 Thread flydaf
Hi, I've got a program which uses actors(akka) for parallel computations. I'd like to know it's performance considering thread using (to know need of optimization). What tools are proper for it?Which would you recommend? -- Read the docs: http://akka.io/docs/ Check the FAQ: