[erlang-questions] Is there a lomit on erlang vm nodes connection speed

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Tue Jul 2 11:13:23 CEST 2013


On Tue, Jul 2, 2013 at 9:20 AM, Dror Mein <drormein@REDACTED> wrote:

> From shell:


Note: The shell is interpreted and you are building a closure for no
reason. Try pushing your code into a module and then compiling that module
to bytecode and run it again. Chances are you are basically just being
bitten by interpretation overhead. Also, you should probably increase the
message size to around 100 bytes if that is what you expect to send and
receive. There is a messaging overhead which you are paying as well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130702/0d38a50e/attachment.htm>


More information about the erlang-questions mailing list