Re: [elephant-devel] multithreading

2007-05-16 Thread Dmitry V. Gorbatovsky
Thank you. Regards, Dmitry ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel

Re: [elephant-devel] multithreading

2007-05-16 Thread Ian Eslick
Actually these days it's quite easy. If you have a function that acts as a handler for, say, a url request and can be invoked in different threads all you need to do is: All threads share a single, open store-controller object. Each transaction is started and committed/aborted in the same

[elephant-devel] multithreading

2007-05-16 Thread Dmitry V. Gorbatovsky
Hello and thanks for glorious project. I would like to ask for very short (few lines) example of using 'elephant' in multiple threads on sbcl/linux. Or maybe just link to where I may find one. Beforehand gratefull. Dmitry ___ elephant-devel site list el