tv not showing ets table

Anders Nygren anders.nygren@REDACTED
Mon Feb 28 17:23:45 CET 2005


Hi
I create two ets tables with
    ets:new(workers,[named_table,set,protected]),
    ets:new(queue,[named_table,ordered_set,protected]),
 
tv only shows worker as default.
If I change options to show system tables the table queue is shown,
with my process as the owner.

So why does tv think that  the table queue is a system table?

/Anders Nygren



More information about the erlang-questions mailing list