[MUD-Dev] TECH: Concurrent Process Based Mud (Somewhat Long)
Eric Merritt
cyberlync at yahoo.com
Mon Apr 29 21:18:34 CEST 2002
Bruce Mitchener wrote:
> What do you see as the "big problems with coord systems" that an
> RDBMS will help you with?
All in all I guess its not really so revolutionary. Most of the
muds I have been involved with in any way have always been room
based. So, in a sense, I feel its a bit different.
Its not really an RDBMS in general that I think is helpful, although
I believe any solid data driven system should have some type of DBMS
(be it ODBMS, RDBMS etc) backend. I believe it is Mnesia, Erlang's
built in RDBMS, that will be helpful. I attribute this two three
things:
1) Its tight coupling with Erlang itself, i.e. the query language
is Erlang, and all the data types are Erlang data types.
2) Its (optionally) RAM based, which makes it very fast.
3) It is inherently distributed, which should provide for some
real flexibility and scalability.
I would say the primary advantage for Mnesia is the tight coupling,
although the other two are a very close second.
> http://agora.cubik.org/wiki/view/Main/SpatialHandling
I have looked over this in the past, but since that time I had
forgotten about it. Thanks for pointing it out.
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list