[erlang-questions] gen_server with a dict vs mnesia table vs ets

Pablo Platt pablo.platt@REDACTED
Thu Jan 28 14:31:24 CET 2010


So I'll use a gen_server that controls the ETS table with private access.
Thanks




________________________________
From: Max Lapshin <max.lapshin@REDACTED>
To: Pablo Platt <pablo.platt@REDACTED>
Cc: erlang-questions@REDACTED
Sent: Thu, January 28, 2010 3:29:48 PM
Subject: Re: [erlang-questions] gen_server with a dict vs mnesia table vs ets

On Thu, Jan 28, 2010 at 4:28 PM, Pablo Platt <pablo.platt@REDACTED> wrote:
> The fact that ETS doesn't take part in garbage collection is a good or bad
> feature in my case?

Good, of course: you can control by yourself, when to clean objects,
so there will be no GC-penalty on each loop

________________________________________________________________
erlang-questions mailing list. See http://www.erlang.org/faq.html
erlang-questions (at) erlang.org


      


More information about the erlang-questions mailing list