> Neither networked nor multithreaded applications have constant > performance. Thread scheduling artifacts, cache effects, timing issues in > handoffs, network congestion, retransmissions etc. > Yes, that all makes sense... except that the network congestion and retransmission part should not have been an issue in my experiment. The runs were done on the same machine in different JVM using "localhost", so there shouldn't be a need for TCP to retransmit anything... and according to the profiler the "network" was not anywhere close to being maxed out (looking at the socket read and write graphs).
I'll test the settings that Endre pointed out and see what difference those settings make. Thank you all, again, for your help! -Boris -- >>>>>>>>>> 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.
