tv not showing ets table

Samuel Rivas samuel@REDACTED
Tue Mar 1 08:35:45 CET 2005


Anders Nygren wrote:
> 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?

"System tables" are harcoded in tv_main.hrl, yet I don't know what that
means ... 
-- 
	Samuel



More information about the erlang-questions mailing list