<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>I am on the way to creating an application which would create atoms dynamically.</div><div><br></div><div>These atoms are created because I have user registering into my system and each user has set of 10 mnesia tables to be created. Since atoms has a limitation I am afraid that if 100K users register into my system I may run of atoms for creating tables for more users.</div><div><br></div><div>Creating an ETS table with name will give me table identifier with integer. Does a similar thing exists for mnesia too?</div><div><br></div><div>How can I organize such a system?</div><div><br></div><div>Thanks,</div><div>Marutha</div>                                     </div></body>
</html>