[erlang-questions] gproc and synchronous start of registred processes
Magnus Klaar
magnus.klaar@REDACTED
Mon Oct 31 22:26:13 CET 2011
Sarcasm on the internet, it's hard work and gets lost in transmission. The
suggestion was to delegate the responsibility to your supervisor, an
existing process in your system that already knows how to perform the task
you're asking for.
On Mon, Oct 31, 2011 at 10:04 PM, Max Lapshin <max.lapshin@REDACTED> wrote:
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111031/ae130b40/attachment.htm>
More information about the erlang-questions
mailing list