<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>Have you looked at the global module? Specifically <span style="font-size: 12pt;">global:trans</span></div><div><br><a href="http://www.erlang.org/doc/man/global.html" target="_blank">http://www.erlang.org/doc/man/global.html</a></div><div><br><div><hr id="stopSpelling">Date: Wed, 15 Jan 2014 00:59:19 +0400<br>From: donpedrothird@gmail.com<br>To: erlang-questions@erlang.org<br>Subject: [erlang-questions] transactions in dets<br><br><div dir="ltr">Hi,<div>Is there a way (some app or whatnot) to do transactions in dets without mnesia? In my project there are many similar clusters of small dets files, independent of each other - many directories, each directory contains dets file with data and a few other dets files with some related data, statistics on this data, indexes and denormalization data, most of time all these tables are closed. Are there any more or less standard solutions to do transactional changes in each of such cluster so that data in all files inside a directory would be consistent? I really don't want to write my own versioning db engine  ridden with bugs and locks.</div>
<div><br></div></div>
<br>_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions</div></div>                                       </div></body>
</html>