[erlang-questions] Inter nodes messaging bottleneck

Jon Schneider jon@REDACTED
Wed Dec 11 12:48:23 CET 2013


> The result is similar - ~150K messages per second throughput limitation.

The overhead of system calls is of the order of a few thousand cycles or a
microsecond so I suspect this will always be the case while messages have
a 1:1 correspondence with physical packets.

What happens when you up the message size ?

Jon





More information about the erlang-questions mailing list