<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.19">
<TITLE>ordered_set in mnesia</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi</FONT>
<BR><FONT SIZE=2 FACE="Arial">I am wondering about the table_type ordered_set in Mnesia, the documentation</FONT>
<BR><FONT SIZE=2 FACE="Arial">mentions that You can create a table with type ordered set but I can not really</FONT>
<BR><FONT SIZE=2 FACE="Arial">find any operations to access it.</FONT>
<BR><FONT SIZE=2 FACE="Arial">The only operations I can find are dirty_first and dirty_next which is not what I want.</FONT>
<BR><FONT SIZE=2 FACE="Arial">Are there no clean first and next operations?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">What I want to do is to have a persistent queue implemented in Mnesia, any</FONT>
<BR><FONT SIZE=2 FACE="Arial">suggestions on how to do it without ordered set? </FONT>
<BR><FONT SIZE=2 FACE="Arial">I need the transaction support in mnesia, and the distribution could be useful to </FONT>
<BR><FONT SIZE=2 FACE="Arial">in the future.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">/Anders Nygren</FONT>
</P>

</BODY>
</HTML>