[erlang-questions] node to node message passing
Jesper Louis Andersen
jesper.louis.andersen@REDACTED
Tue Sep 14 12:45:12 CEST 2010
On Mon, Sep 13, 2010 at 10:41 PM, Morten Krogh <mk@REDACTED> wrote:
>
> But the real point is not just the disconnect. The real point is that messages block others.
>
The advantage of a serial stream is probably that you don't need an ID
on each message to order them. If messages are allowed to be
multiplexed, you need the ordering.
The aside: SCTP is the protocol you want for this.
--
J.
More information about the erlang-questions
mailing list