[erlang-questions] gproc and synchronous start of registred processes
Max Lapshin
max.lapshin@REDACTED
Mon Oct 31 22:04:52 CET 2011
On Mon, Oct 31, 2011 at 10:21 PM, Magnus Klaar <magnus.klaar@REDACTED> wrote:
> Hi!
> It's worth taking a closer look at the supervisor behavior, all restart
> strategies except the simple_one_for_one strategy allows you specify a
> unique id for all child processes added to the supervisor. If a duplicate
> process with the same id is added at a later point in time an error
> containing the pid of the existing child process is returned.
Magnus. Sorry, I don't understand what are you speaking about. Really.
More information about the erlang-questions
mailing list