Given that I can send PIDs from a process to an other, even across nodes, if I receive a Pid from a process within a different process (possibly on a different node) how do I find out which node the PID in question runs in/on?
erlang:process_info(Pid)
does not seem to have that information in it.
Thanks.