Boost message passing between Erlang nodes
Message passing between Erlang nodes is considerably slower than within the same node. This is normal, and is due to the fact that messages sent between nodes are actually copied from the area of the sender to that of the receiver, then sent over from one node to the other via TCP/IP.
Read full article from Boost message passing between Erlang nodes
No comments:
Post a Comment