Hello,
I have to transfer much data (hundreds of MB) to remote actors. However, 
the message size is limited by the TCP maximum-frame-size to 128,000 bytes.
When I send the data split to small messages, the remote actors are 
quarantined because the heartbeat messages are not received in time anymore.
For this reason, I send one message at a time. The next message is sent 
after the previous has been acknowledged. However, this kind of transfer is 
very slow.

Is there a better solution to exchange much data between remote Akka 
actors? 

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

Reply via email to