[akka-user] Akka Cluster Performance

2015-07-16 Thread Jim Hazen
Akka clustering is built on top of akka remoting. The default serialization used by remoting is terribly slow. Look into swapping it out with a third party serializer. There are some linked/mentioned in the remoting docs. Please post any results if a serializer change helps you. I know in my

[akka-user] Akka Cluster Performance

2015-07-15 Thread Prakhar Goyal
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

[akka-user] Akka Cluster Performance

2015-07-15 Thread Prakhar Goyal
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