[erlang-questions] read_/write_concurrency ets table info

Ulf Wiger ulf.wiger@REDACTED
Mon May 23 12:42:49 CEST 2011


Am I right in concluding that there is no way to check the read_concurrency and write_concurrency setting of an ets table?

7> T = ets:new(t, [{write_concurrency,true}]).
20497
8> ets:info(T, write_concurrency).
** exception error: bad argument
     in function  ets:info/2
        called as ets:info(20497,write_concurrency)

BR,
Ulf W

Ulf Wiger, CTO, Erlang Solutions, Ltd.
http://erlang-solutions.com






More information about the erlang-questions mailing list