> AOLserver's nsv API is great, but I've occasionally found the plain > old key/value pairs of an associative arrays limiting, and really > wished I had an in-memory relational database available. So I'm > wondering if Mnesia would fit that bill..
I know nothing about Mnesia, but for in-memory dbs you might want to consider sqlite (http://www.sqlite.org/). It is threadsafe, when compiled to be so, and has quite the user following. It has Tcl bindings (I don't know if it is drop-in-ready for AOLServer). Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ Tcl Support and Productivity Solutions -- 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.
