Does Erlang transfer code between different nodes upon a remote spawn request? <div><br><div>Simply put, if I have 2 nodes:</div><div>LocalNode and RemoteNode, where only LocalNode has the code for FunA ModA and I call spawn(RemoteNode,FunA,ModA,[]) from LocalNode, can the code be transferred automatically to RemoteNode?</div>
<div><br></div><div>Thanks</div></div>