[erlang-questions] module autoloading and parallelism

José Valim jose.valim@REDACTED
Wed Oct 11 12:35:16 CEST 2017


Assuming the VM, stdlib and kernel have booted then the request goes to the
code server process: https://github.com/erlang/otp/blob/
5c917e33b53a397b30ca56a9cdd9922d9df19e7d/lib/kernel/src/
error_handler.erl#L41

Before that, it goes to the init process.

In other words, the requests are serialized.



*José Valimwww.plataformatec.com.br
<http://www.plataformatec.com.br/>Founder and Director of R&D*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20171011/f7212764/attachment.htm>


More information about the erlang-questions mailing list