As far as high variance - Have you tried looking into GC performance? I don't know what "around 2ms" means, but if that's the expected max ET you're looking for, GC could make this very difficult to achieve.
I would try to use JMH in order to isolate the CPU intensive work and optimize whatever algorithm you have there. Also, I would try to tweak with how you distribute the work. You may very well find that not distributing it will help you achieve better performance. On Thursday, April 23, 2015 at 1:37:27 PM UTC+3, Josh F wrote: > > By the way, I am measuring the latency as the time from when the request > handler actor receives the ProcessRequest message to the time when the > request handler actor receives all 4 PartialResults for that request. > > Also, I am using Akka 2.3.9 > > -- >>>>>>>>>> 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.
