[erlang-questions] What is ``internal ets tables''?

Sverker Eriksson sverker.eriksson@REDACTED
Wed Oct 7 16:33:43 CEST 2015


It's ets tables used by ets itself to map from pid to owned tables
and from pid to fixated tables.

However, looking at the code, they are only dumped if the VM
was built in debug mode.

/Sverker, Erlang/OTP


On 10/07/2015 02:28 PM, Leo Liu wrote:
> Hi there,
>
> I am looking at observer/src/cdv_int_tab_cb.erl and find this ``internal
> ets tables''. Any idea what it is?
>
> Thanks
> Leo
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>




More information about the erlang-questions mailing list