Hi Patrik, About performance, it seems to perform worse than the old akka remote, I usually get averages of 1ms and peaks between 10-20ms:
INFO 07:43:01,539 PriceDistributor - Price stats: avg 2.5896ms, max 75ms INFO 07:43:01,540 PriceDistributor - Price stats: avg 2.6026ms, max 75ms INFO 07:43:01,540 PriceDistributor - Price stats: avg 2.609ms, max 75ms INFO 07:43:01,541 PriceDistributor - Price stats: avg 2.5917ms, max 63ms There messages go from node A to B and from B to C (all in localhost), suffice to say that that's dev environment connected to test systems, not the real thing. Also, messages are sent to a local round-robin router created out of N instances (N usually is CPUs) in a remote node. These peaks might be an indication of too much garbage generated somewhere? but I haven't honestly measure that. Hope that helps with the progress, Guido. -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
