W dniu czwartek, 14 maja 2015 15:45:43 UTC+2 użytkownik Robert O'Regan napisał: > > Hi Rafał, > > First, thanks for the reply. If you look towards the end of my post I > actually tried that with AWS. > > Oh, sorry. I completely missed that.
> I suppose my main question here is should I be seeing an appreciable > increase in performance when using Akka clustering and add cluster nodes? > i.e. Is the problem related to Akka clustering or is it more likely to be > an issue (bottleneck?) somewhere in my application? > > One common pitfall with Akka remoting is message serialization. Akka uses standard Java serialization by default which is rather slow compared to other alternatives available. http://doc.akka.io/docs/akka/snapshot/scala/serialization.html has some suggestions near the end. Of course there could be problems with the demo application itself, but I don't know enough to really advise anything here. Cheers, Rafał -- >>>>>>>>>> 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.
