[erlang-questions] Code upgrade messages
Éric Pailleau
eric.pailleau@REDACTED
Sat Jun 6 01:52:44 CEST 2015
Hi,
You may 'simply' have to trace
delete_module(Module)
used by code server, with dbg or other tracing tools... And catch the Module name.
Le 5 juin 2015 10:17, Marc Worrell <marc@REDACTED> a écrit :
>
> Hi,
>
> For Zotonic we would love to be able to know if any Erlang module got a code upgrade (by loading a new version).
> This because we use the list of exported functions to hook the module into the internal notification systems.
>
> Is it possible to have a process that receives a code-upgrade notification for any module in the running Erlang beam.smp?
>
> Best,
>
> Marc
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list