<div dir="ltr">Doing a code uppgrade would be my approach if you really need it to be uninterrupted.<br><br>You could unregister and register the new one but that will lead to race conditions and would not be a recommended approach.<br>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 11, 2014 at 9:17 AM, Roger Lipscombe <span dir="ltr"><<a href="mailto:roger@differentpla.net" target="_blank">roger@differentpla.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've got a gen_server with a particular name. I've got a bunch of<br>
other processes calling and casting to it, by name.<br>
<br>
Can I spin up another gen_server, and have the name transferred<br>
without anyone noticing? That is: can I redirect the calls and casts<br>
to the new process without interruption?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Roger.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">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></span></blockquote></div><br></div>