Re: [elephant-devel] Citing Elephant

2008-10-21 Thread Ian Eslick
If no one has answered this, I'd suggest the website as a canonical reference. I don't think there are any actual pubs, although I'm minded to write a paper for the '09 lisp conference at MIT. (Any contributor who is interested in joining this, particularly Robert, should let me know). We

Re: [elephant-devel] Backend and data retrieval questions

2008-10-21 Thread Red Daly
On Tue, Oct 21, 2008 at 1:37 PM, Alex Mizrahi <[EMAIL PROTECTED]>wrote: > RS> First, since I need to use multiple web application machines, I'm > RS> using the Postmodern backend. I assume there's no sane way to share a > RS> BDB db between multiple machines? > > i think so too Berkeley DB su

Re: [elephant-devel] Backend and data retrieval questions

2008-10-21 Thread Alex Mizrahi
RS> First, since I need to use multiple web application machines, I'm RS> using the Postmodern backend. I assume there's no sane way to share a RS> BDB db between multiple machines? i think so too RS> Also, I want to do paginated data, so, for instance, I might, given an RS> object A with in

[elephant-devel] Backend and data retrieval questions

2008-10-21 Thread Robert Synnott
Hi, I'm using Elephant for a website backend. First, since I need to use multiple web application machines, I'm using the Postmodern backend. I assume there's no sane way to share a BDB db between multiple machines? My BDB knowledge more or less caps out at using it as a key/value store from C yea