<div dir="ltr">I'm trying to understand how to use the lib. Can 1 process open the database, while many others can read/write to it?<div><br></div><div>- benoît</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 10, 2015 at 2:33 PM Richard Carlsson <<a href="mailto:carlsson.richard@gmail.com">carlsson.richard@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">In order to be able to snapshot and back up a leveldb instance without stopping the Erlang node (or shutting down eleveldb), we have written a manager application that lets you temporarily stop leveldb traffic and perform the snapshot (a very quick operation):<br> <br><a href="https://github.com/klarna/leveldb_manager" target="_blank">https://github.com/klarna/leveldb_manager</a><br clear="all"><div><div><br>We would prefer if this made it into the eleveldb distribution itself, in some shape, but for now the cleanest solution was to make it a separate application with its own supervision.<br><br>        /Richard</div></div>
</div>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>