Supervisor child pid
Zsolt Laky
zsoci@REDACTED
Wed Mar 4 06:03:33 CET 2020
HI Craig,
1. It is not necessary. I could use gproc as a registry for supervised proc_lib:spawned processes. Since supervisor itself has its registry, why should not I use that instead?
2. With thousands of medium lived processes (like session handling processes) I believe performance is important.
Kind regards,
Zsolt
> On Mar 4, 2020, at 5:02 AM, zxq9 <zxq9@REDACTED> wrote:
>
> On 2020/03/04 4:08, Zsolt Laky wrote:
>> Finding a child Pid under a supervisor
>
> ...
>> I ask the experts if they see any pitfall I might have missed.
>
> The most important issue starts back at the premise:
>
> 1. Why is the system designed in such a way that interrogation of a supervisor about its children is necessary?
> 2. Why is the performance of that interrogation so important?
>
> -Craig
More information about the erlang-questions
mailing list