[elephant-devel] current state of threading

Ian Eslick eslick at csail.mit.edu
Mon Feb 26 01:45:51 UTC 2007


The upcoming release (0.6.1) should make multi-threading easy.  The  
0.6.0 release is not thread safe.  We'll be updating the manuals on  
this shortly.

In 0.6.1, as long as you are only using a single store controller and  
perform transactions using with-transaction you should be good to  
go.  If you are using multiple stores, you'll need to worry about a  
few more things which I can document for you.  Store controllers can  
now be safely shared across threads.

The current HEAD is pretty stable, if you want to download it from  
CVS and give it a try.

Ian

On Feb 25, 2007, at 7:14 PM, Dmitry V. Gorbatovsky wrote:

> Hello,
> I am doing a server side of application on linux/sbcl .
> May I ask an information update on current state
> of threading . Specifically about "simple" threaded
> reading from BDB .
> Sorry, I can't get it from "Elephant User Manual".
> Just a basic clue would be sufficient.
>
> Thanks beforehand.
> Regards, Dmitry
>
> -- 
> Dmitry V. Gorbatovsky
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel




More information about the elephant-devel mailing list