Am Mittwoch, 18. November 2015 00:39:46 UTC+1 schrieb Jim Hazen: > > Also, the default akka-remoting utilizing Java serialization is dog slow. > There are other threads that discuss swapping out the serializer with much > faster ones. So if you're doing a lot of cluster sharding, your throughput > may be bottlenecked on the remote inter-node IO. >
Thanks Jim for your response, I already use https://github.com/romix/akka-kryo-serialization for serialization. I tried the fork-join-executor, but it does not make anything better (even worse with some settings) and tried different parameters for the executor, still the above settings seems best for my approach. Could it be, that the logic inside the actors is to big? So the parallelism is limited? Best regards Flo -- >>>>>>>>>> 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.
