<div dir="ltr"><div><br></div><div>Got a little further this morning, I see in the erlang bif, that it does a `gen_server:call` to `{net_kernel, Node}` and then in net_kernel, spawn a process, and link to the original pid. But I'm trying to understand how the 'EXIT' is relayed, what is the logic behind? </div><div><br></div><div>My original intention was to add it to teleport once the handshake is improved:</div><div><a href="https://gitlab.com/barrel-db/teleport">https://gitlab.com/barrel-db/teleport</a> <br></div><div><br></div><div>so I can have an option to spawn a process on a remote node via tcp connection and link it. Any idea is welcome.</div><div><br></div><div>Benoit</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 13, 2016 at 10:43 AM Benoit Chesneau <<a href="mailto:bchesneau@gmail.com">bchesneau@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg">Is there any documentation that describes how spawning a a process on a remote node is implemented? Which part of the code is responsible of it?<div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">I am wondering how the link between 2 processes on 2 different nodes is implemented, if there is some PING mechanism or such, ...</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Benoît</div></div>
</blockquote></div>