[erlang-questions] sharing config via a dynamically compiled module?
Max Lapshin
max.lapshin@REDACTED
Sat Oct 28 08:38:35 CEST 2017
Take a look at thread nearby.
> All literals belong to a loaded module instance. When that (old) module
instance is purged, all process heaps are scanned and heaps containing
those literals will do a special garbage collection where the literals are
copied.
Each config change may lead to rescanning heaps of all processes.
Frankly speaking global ets is much easier =)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20171028/6c236ff0/attachment.htm>
More information about the erlang-questions
mailing list