Re: [Tcl-Threads] Erlang's mnesia database?
by Andrew Piskorski other posts by this author
Oct 6 2003 10:27AM messages near this date
RE: [Tcl-Threads] Erlang's mnesia database?
|
[Tcl-Threads] Tcl Threads shared memory support?
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 <atp@[...].com>
http://www.piskorski.com
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Tcl-Threads mailing list
Tcl-Threads@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-threads
Thread:
Andrew Piskorski
Jeff Hobbs
Andrew Piskorski
|