Re: [elephant-devel] Accessing a DB from multiple processes

2011-03-18 Thread Ian Eslick
I've done this successfully in testing and I know people who have done this in production. Also many modern lisps use OS threads and multi-threaded apps work fine. Cheers, Ian On Mar 18, 2011, at 10:31 AM, Kevin Raison wrote: > I am curious about this use case for Berkeley DB; can someone co

Re: [elephant-devel] Accessing a DB from multiple processes

2011-03-18 Thread Kevin Raison
I am curious about this use case for Berkeley DB; can someone confirm that multiple Lisp images can access a single BDB store without problems? Thanks, Kevin On 01/25/2008 03:14 AM, Henrik Hjelte wrote: > On Jan 25, 2008 11:53 AM, Leslie P. Polzer wrote: >> >> I know that Elephant is thread-sa

[elephant-devel] Accessing a DB from multiple processes

2008-01-25 Thread Leslie P. Polzer
I know that Elephant is thread-safe. Am I right in that I can also open a store from separate Lisp images? Leslie -- My personal blog: http://blog.viridian-project.de/ ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.n

Re: [elephant-devel] Accessing a DB from multiple processes

2008-01-25 Thread Henrik Hjelte
On Jan 25, 2008 11:53 AM, Leslie P. Polzer <[EMAIL PROTECTED]> wrote: > > I know that Elephant is thread-safe. Am I right in that I can also > open a store from separate Lisp images? The postmodern backend is almost optimized for this use case, with its globally synced cache. clsql backend works