[erlang-questions] FIFO queue

Roberto Ostinelli roberto@REDACTED
Wed Jun 8 17:19:03 CEST 2016


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.

Therefore, I'm currently considering using an ordered_set mnesia table,
with os:timestamp() values as the primary key.

Just wanted to avoid reinventing the wheel, so if something is out there...
please let me know.

Best,
r.



On Wed, Jun 8, 2016 at 5:15 PM, Roberto Ostinelli <roberto@REDACTED>
wrote:

> Dear list,
> I need to use a FIFO queue in Erlang, disk-backed.
>
> Additions to the queue can be quite heavy (3000 / sec), so it's a write
> intensive operation.
>
> Any ideas on best practices?
>
> Thank you ^^_
> r.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160608/feb566a3/attachment.htm>


More information about the erlang-questions mailing list