Did you try this? <br><br>Pid ! Message.<br><br>I dont know why you look at how pids are written, are you transmitting those triplets over and using deprecated methods to create a pid from the triplets instead of passing the actual Pid object?
<br><br><div><span class="gmail_quote">On 5/4/06, <b class="gmail_sendername">Eric Shun</b> <<a href="mailto:invisio22@gmail.com">invisio22@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;">Hi,<br><br>I'd like to send a message to a process on another node. As I don't want to register the pid, I can't use <br>{Node,Pid} ! Message.<br>So I can I know the "public" pid of a process (eg: <5533,245,0>) , as self() only returns a "private" pid (eg: <0,245,0>)?
<br>So I could do:<br>PublicPid ! Message.<br><br>

</div></blockquote></div><br>