[erlang-questions] ownership of an ets table

Ahmed Omar spawn.think@REDACTED
Thu Nov 4 16:47:38 CET 2010


Hi
No. Public has nothing to do with ownership, it has to do with permissions.
You can just make sure the process owns the table won't crash. Also you can
use the option *heir* to transfer ownership at that process termination.
http://www.erlang.org/doc/man/ets.html#heir
On Thu, Nov 4, 2010 at 3:54 PM, Morten Krogh <mk@REDACTED> wrote:

> Hi
>
> Can an ets table not live without an owner?
> Can't public ets tables, at least, live witout an owner?
>
> How do you do when you want a long lived public table? Do you create a
> dummy process just because of this?
>
> regards,
>
> Morten.
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>


-- 
Best Regards,
- Ahmed Omar
http://nl.linkedin.com/in/adiaa
Follow me on twitter
@spawn_think <http://twitter.com/#!/spawn_think>


More information about the erlang-questions mailing list