<div class="gmail_quote">2009/1/23 Steven Edwards <span dir="ltr"><<a href="mailto:cureadvocate@gmail.com">cureadvocate@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
`I still heart Erlang, but we're having some trouble communicating.  I'm trying to get RPCs to work correctly, but receive {Pid, Result} fails.  I'm pretty sure that it fails because I use {mbox, simpleserver@andLinux} as the initial Pid and JInterface responds with a differently named process id.  (Same process, but Erlang's representation.)</blockquote>
<div><br>The simple answer is that {mbox,simpleserver@andLinux} is not the pid of a process, it is a tuple which us interpreted as the registered name on another node. So if the actual pid is returned in the message then it can never match this (or any) tuple.<br>
<br>Robert<br><br></div></div>