<div dir="ltr">To be a little more extensive: I'm familiar with the queue module, but it'd need an additional layer to write stuff to disk.<div><br></div><div>Therefore, I'm currently considering using an ordered_set mnesia table, with os:timestamp() values as the primary key.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Just wanted to avoid reinventing the wheel, so if something is out there... please let me know.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Best,</div><div class="gmail_extra">r.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 5:15 PM, Roberto Ostinelli <span dir="ltr"><<a href="mailto:roberto@widetag.com" target="_blank">roberto@widetag.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear list,<div>I need to use a FIFO queue in Erlang, disk-backed.</div><div><br></div><div>Additions to the queue can be quite heavy (3000 / sec), so it's a write intensive operation.<br></div><div><br></div><div>Any ideas on best practices?</div><div><br></div><div>Thank you ^^_</div><span class="HOEnZb"><font color="#888888"><div>r.</div></font></span></div>
</blockquote></div><br></div></div>