On Tue, Feb 9, 2010 at 5:49 AM, Richard O'Keefe <ok@REDACTED> wrote: > A proposal for per-module registries with atomic registration. Is this really needed? If you let the newly spawned process register its own name, you don't get the race condition. Processes that fails to register its own name will simply crash. /Håkan