On Mon, Oct 06, 2003 at 10:00:41AM -0700, Jeff Hobbs wrote: > I know nothing about Mnesia, but for in-memory dbs you might want to > consider sqlite (http://www.sqlite.org/). It is threadsafe, when
Last I checked, Sqllite does not support concurrency. (It allows at best one exclusive writer, multiple readers. No multiple writers allowed ever.) nsv, on the other hand, nicely supports concurrent access from multiple theads (and the Tcl threads extensions even more so). I want something clearly more powerful than nsv, not something which better in some ways but dramatically worse in at least one major, important way. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
