[erlang-questions] Writers Readers problem

Roberto Majadas Lopez roberto.majadas@REDACTED
Mon Jan 30 19:11:04 CET 2012


Hello everyone:

I'm writting a erlang app and i've the next scenario:

The app has n process that writes tokens in "somewhere" and there are m
process that reads one of those tokens and remove it.

Which is the best way to store this tokens ?
 * global ets
 * a gen_server + ets
 * mnesia
 * ...

thanks in advance

Roberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120130/1c2c64bb/attachment.htm>


More information about the erlang-questions mailing list