"raw" or "verbatim" PIDs?

RCB rcbeerman@REDACTED
Fri Jul 7 01:56:48 CEST 2006


>From the Erlang shell, pid(X,Y,Z)
pid(0,47,0) ! foobar.


On 7/6/06, Jon Slenk <jonslenk@REDACTED> wrote:
> (I've been Googling and looking through the archives, but haven't hit an
> explanation/answer so far.)
>
> I'm very new to Erlang, I'm just working my way through a tutorial. I
> spawned a process and was told that it has PID <0.47.0>, but I failed to
> assign that to a variable. Now, is there any way I can send a message to
> that PID by using the "raw" ID? I tried writing stuff like "<0.47.0> !
> foobar." or "0.47.0 ! foobar." in an attempt to mimic the code I've seen
> where people write something like "ThePid = spawn(...). ThePid ! foobar."
> However, the Erlang shell did not like my attempts :-) Is there a way to use
> "raw" PIDs, or must it be stored in a variable?
>
> many thanks,
> -Jon.
>

-- 
Rich Beerman
Cupertino, California
mobile: 408/221-2444
fax: 408/255-7944



More information about the erlang-questions mailing list