Hello everyone:<div><br></div><div>I'm writting a erlang app and i've the next scenario:</div><div><br></div><div>The app has n process that writes tokens in "somewhere" and there are m process that reads one of those tokens and remove it.</div>
<div><br></div><div>Which is the best way to store this tokens ?</div><div> * global ets</div><div> * a gen_server + ets</div><div> * mnesia</div><div> * ...</div><div><br></div><div>thanks in advance</div><div><br></div>
<div>Roberto</div>