A1: There's a searchable google group that mirrors the list<div><a href="http://groups.google.com/group/erlang-programming?pli=1">http://groups.google.com/group/erlang-programming?pli=1</a></div><div><br></div><div>A2 : </div>
<div><a href="http://www.erlang.org/doc/man/erlang.html#register-2">http://www.erlang.org/doc/man/erlang.html#register-2</a></div><div>Failure: badarg if Pid is not an existing,<b> local</b> process or port, if RegName is already in use, if the process or port is already registered (already has a name), or if RegName is the atom undefined.</div>
<div><br></div><div>You can only register local processes. For distributed/global registration you can take a look at pg2 module or gproc</div><div><a href="http://www.erlang.org/doc/man/pg2.html">http://www.erlang.org/doc/man/pg2.html</a></div>
<div><a href="https://github.com/uwiger/gproc">https://github.com/uwiger/gproc</a></div><div><br><div class="gmail_quote">On Wed, Oct 26, 2011 at 5:25 PM, Paul Barry <span dir="ltr"><<a href="mailto:paul.james.barry@gmail.com" target="_blank">paul.james.barry@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi folks.<br>
<br>
Q1. Is there a search interface to this list?<br>
<br>
...which is, I guess, sort of related to my next question (which I<br>
wouldn't ask if I could find a search interface to the archives)...<br>
<br>
Q2. Being able to register a spawned process is cool, but why can't I<br>
register a process that is spawned remotely?  That is, why does this<br>
line of code give me a "badarg"?<br>
<br>
     register(the_board, spawn('server@localhost', displayboard,<br>
putmessage, [])).<br>
<br>
Thanks.<br>
<br>
Paul.<br>
<font color="#888888"><br>
--<br>
Paul Barry, w: <a href="http://paulbarry.itcarlow.ie" target="_blank">http://paulbarry.itcarlow.ie</a>, e: <a href="mailto:paul.barry@itcarlow.ie" target="_blank">paul.barry@itcarlow.ie</a><br>
Lecturer, Computer Networking: Institute of Technology, Carlow, Ireland.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</font></blockquote></div><br><br clear="all"><div><br></div>-- <br>Best Regards,<br>- Ahmed Omar<div><a href="http://nl.linkedin.com/in/adiaa" target="_blank">http://nl.linkedin.com/in/adiaa</a></div><div>Follow me on twitter</div>

<div><a href="http://twitter.com/#!/spawn_think" target="_blank">@spawn_think</a></div><br>
</div>