Hi, I've been trying to migrate an application from JGroups to Akka. I've created a simple clustering deployment. Stripped down working code is available at https://github.com/prakgoya/jakka The performance numbers for Akka are way less than Jgroups numbers. I'm trying to send messages using 10 threads that use the Publisher <https://github.com/prakgoya/jakka/blob/master/cluster/src/main/java/jakka/cluster/demo/Publisher.java>. (The code posted uses a scheduler, but actual code doesn't.) I even tried Dispatchers and Routing (though Routing is not correct here). Please provide an insight if I'm doing something wrong.
Thanks and regards, Prakhar Goyal -- >>>>>>>>>> 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.
