Hi All,

I have a system where an actor sends a message to a remote actor and waits 
for that actor to respond. Some times these messages can be really large 
(several MiB). The round trip is taking in the order of 90-150ms in my 
case. Are there any remoting configuration parameters that can help me in 
tuning performance?

Here is my current config,

netty.tcp {

       hostname = "127.0.0.1"

       port = 2550

       maximum-frame-size = 419430400

       send-buffer-size = 52428800

       receive-buffer-size = 52428800

}


Any suggestions on using a more optimal approach are also welcome.


Thanks,

-Moiz

-- 
>>>>>>>>>>      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.

Reply via email to