Hi, I've been trying to get an app running with Akka. I've got it running and stripped down code is available at https://github.com/prakgoya/jakka I'm trying to use 10 threads to publish using Publisher <https://github.com/prakgoya/jakka/blob/master/cluster/src/main/java/jakka/cluster/demo/Publisher.java> actor. The performance numbers that I get are way less than those I get with JGroups. Is there something that I'm doing wrong? I've tried searching this group and the documentation for a possible solution. I even tried Dispatcher and Router approaches (though Router is not the correct approach here). Please provide some insight into if I could do something different. In the meantime, I'll be trying Spray as mentioned at https://groups.google.com/forum/#!searchin/akka-user/performance/akka-user/XB7H2n2r-9A/ay5qwc2fA-8J
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.
