Re: [elephant-devel] Advice on multiple deploying multiple applications/repositories

2009-02-07 Thread Clinton Ebadi
Ian Eslick writes: >> > I thought we could just have a single Lisp instance for all the >> > applications we wanted to deploy, but am confused as to how a single >> > Elephant instance could handle multiple stores, one for each >> > application, or better yet, what would be the most advisable >>

Re: [elephant-devel] Problems with Elephant on Clozure CL

2008-12-16 Thread Clinton Ebadi
"Wesley Kerr" writes: > I found this not helpful when I asked a similar question (It came from > R. Matthew Emerson) : > > At the top of src/db-bdb/berkeley-db.lisp is a declaim form that > declaims a bunch of functions inline. > > (declaim > #-elephant-without-optimize (optimize (speed 3) (saf

[elephant-devel] Problems with Elephant on Clozure CL

2008-12-13 Thread Clinton Ebadi
Greetings, I am attempting to use Elephant (-stable or -unstable; it fails on both in the same way) with BDB (4.5, 4.6, and 4.7 also all fail the same way) on Clozure CL (1.2 or 1.3-trunk) linux_x86-64. The main portion of Elephant builds fine, but OPEN-STORE fails when opening a :BDB store when

Re: [elephant-devel] strange bug related to psets

2008-05-10 Thread Clinton Ebadi
Ian Eslick <[EMAIL PROTECTED]> writes: > Also which version of the elephant tree? This may be fixed on > unstable - there was quite a bit of general cleanup as I made the > schema changes. Today, psets are just a wrapper around btrees - > anyone tried to reproduce this using straight btrees in

Re: [elephant-devel] strange bug related to psets

2008-05-10 Thread Clinton Ebadi
Ian Eslick <[EMAIL PROTECTED]> writes: > This happens in your application, or only in the tests? Can you give > me the exact sequence and state you use to reproduce? Do you have a > fresh lisp & fresh DB? Does it still show up if you close the store, > open a fresh one, and try again? There is