Supervisor child pid

Roger Lipscombe roger@REDACTED
Thu Mar 5 09:11:23 CET 2020


On Thu, 5 Mar 2020 at 06:06, Zsolt Laky <zsoci@REDACTED> wrote:
> performance can be pretty good as the supervisor process does not wait the "child" process to spin up with a possible long init function, blocking other childs to start.

If this is your problem, then it's possible to make the child process
start asynchronously. I wrote something on my blog, here:
https://blog.differentpla.net/blog/2018/06/12/gen-server-enter-loop/


More information about the erlang-questions mailing list