[erlang-questions] Atomically replace named process?

Roger Lipscombe roger@REDACTED
Wed Jun 11 09:17:33 CEST 2014


I've got a gen_server with a particular name. I've got a bunch of
other processes calling and casting to it, by name.

Can I spin up another gen_server, and have the name transferred
without anyone noticing? That is: can I redirect the calls and casts
to the new process without interruption?

-- 
Roger.



More information about the erlang-questions mailing list