<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<font class="Apple-style-span" face="Tahoma" size="2">Hi,</font><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">I want to use one elephant (BDB) store that is used with two instances of sbcl in parallel. The documentation [1] says that "Transactions will ensure there is no interaction between processes.". Does this mean that I have to use the common methods to open the store (open-store '(:BDB "path-to-database")) and have to ensure that all database-operations are guarded by "with-transaction"?</div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">Some time ago there was a mail with the subject "[elephant-devel] PANIC: fatal region error detected; run recoveryþ" - I think it was a similar problem, Leslie answered that</div><div><font class="Apple-style-span" face="Tahoma"><div style="font-size: 15px; "><br></div><div style="font-size: 15px; ">> when using multiple processes with one Elephant BDB store</div><div style="font-size: 15px; ">> you need to open the store with :register t.</div><div style="font-size: 15px; "><br></div><div><font class="Apple-style-span" size="2">that means "(open-store '(:BDB "path-to-database") :register t)" - I did not find this in the documentation?</font></div><div><font class="Apple-style-span" size="2"><br></font></div><div><font class="Apple-style-span" size="2">Has someone any experience using elephant in that manner?</font></div><div><font class="Apple-style-span" size="2"><br></font></div><div><font class="Apple-style-span" size="2"><br></font></div><div><font class="Apple-style-span" size="2">Best regards,</font></div><div><font class="Apple-style-span" size="2"><br></font></div><div><font class="Apple-style-span" size="2">Lukas</font></div><div style="font-size: 15px; "><br></div></font></div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">1: http://common-lisp.net/project/elephant/doc/elephant.html#Multiple-Processes-and-Distributed-Applications</div>                                    </body>
</html>