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