sorry,my company can't upload code,only use the words here. first,my client and server in the same host node .
when i call the actor in local mode,the tps is 2m.but call the actor in remote mode is only 20k... when i deploy the client and server in two host ,the result is same ... the dispatcher is the default. one message is about 100 byte. the message is only a string ,so i use the java serializer. when i use the jvisualvm to look the thread status,the dispatcher threads status most is waiting... but whean call the actor in local mode ,the dispatcher threads most is running.. why?? the akka version is 2.1.2. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
