Alain Picard wrote:

> One last question, while I have your attention: I think I intend
> to have more than 1 process on the machine access the store
> concurrently; but I assume that's no more dangerous than having
> multiple threads doing so; and Berkeley DB should be able to
> take care of itself and protect the integrity of the store against
> multiple simultaneous writers.  I may have to set some magic
> locking flags when opening the environment, but that should be
> about it.  Is that your understanding also?
>
> Anybody else do this?  Anyone seen any mysterious crashes?

I do this, it's working fine. Be sure to specify :register t when
opening the store.

  Leslie

-- 
http://www.linkedin.com/in/polzer


_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to