[erlang-questions] changing the internal message transfer protocol

Jachym Holecek freza@REDACTED
Fri Sep 25 17:21:45 CEST 2009


Hello,

# Guilherme Silveira 2009-09-25:
> I would like to change the internal protocol used by erlang when
> transfering information to/from differente nodes as in:
> 
> Pid = spawn(NodeName, M, F, A).

See lib/kernel/src/erlang.erl:spawn/4.

> Pid!{values}

See erts/emulator/beam/bif.c:ebif_bang_2().

Just a result of quick code inspection, I don't posses actual wisdom
regarding how they work ;-).

Have fun,
	-- Jachym


More information about the erlang-questions mailing list