Behaviour of queue

Fredrik Andersson sedrik@REDACTED
Thu Sep 9 15:03:51 CEST 2010


Hi all

I have a question concerning the behaviour of the erlang queue module.
Does it store everything in memory or will it fallback to storing
things on disk if memory is running short? If it does not I need to
implement a layer on top of queue that will fallback to store things
on disk if needed.

Thanks in advance


More information about the erlang-questions mailing list