[erlang-questions] pid to integer and back

Paul Fisher pfisher@REDACTED
Wed Oct 8 18:08:30 CEST 2008


Joel Reymont wrote:
> Is there a safe and efficient way to convert pid to integer and back?

Does it really need to be an integer?  Can you do a fixed size binary 
(e.g. term_to_binary(pid()))?


--
paul



More information about the erlang-questions mailing list