> Imagine there is a dedicated mailbox per remote TCP connection [...] >
Is the assumption that messages are always exchanged via TCP? So if many actors from node 1 to node 2, each actor individually can only > queue its messages sequentially, interleaving messages will only happen > between different senders but with the same sender. > A different rule is applied to the recipient, you deliver the messages that > arrive sequentially to their respective mailbox interleaving the ones that > the sender interleaved but only between different senders. > Is there more than one queue step involved on the recipient side -- one queue per connection and then a mailbox for each actor? This would allow reordering in the "connection" specific queues before passing messages to the mailboxes. Thanks for taking the time to the discuss this with me! Joseph -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
