[erlang-questions] How to get pid of remote registered process
tsuraan
<
>
Wed May 13 23:29:44 CEST 2009
I have a JNode with a mailbox that has a registered name. I can send
messages to this mbox using the { name,
} ! msg syntax, but
I can't figure out how to get the actual pid of { name,
}.
It looks like what's been recommended in the past is to use
rpc:call(
, erlang, whereis, [ name ]), but that doesn't work
on JNodes. Is there a different way to get the pid of a remote
process?
More information about the erlang-questions
mailing list