1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Databases: was Re: skill system -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Mon, 22 Jun 1998 15:51:33 &#45;0700 -->
<!--X-Message-Id: 199806222251.PAA02133#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199806112030.PAA26036#rgate,ricochet.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Databases: was Re: skill system</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#under,engr.sgi.com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg01162.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01164.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00974.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00978.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01163">Author</A>
&nbsp;|&nbsp;<A HREF="#01163">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01163">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Databases: was Re: skill system</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Databases: was Re: skill system </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 22 Jun 1998 15:51:25 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Thu, 11 Jun 1998 13:28:12 -0700 
Mike Sellers&lt;mike#bignetwork,com&gt; wrote:

&gt; At 02:22 PM 6/11/98 -0500, jacob langthorn wrote:

&gt;&gt; Has any one tried using Orical or SQL to manage the data base for
&gt;&gt; the mud? If so what sorta luck did you have?

&gt; My impression is that --for some really unaccountable reason-- mud
&gt; developers have pretty much ignored the benefit of using existing
&gt; databases and their tools.  

I've avoided classical stand-alone DB's to date due to process weight.
The MUSH/MOO-etc DB model is extremely lightweight in terms of DB
requirements, requiring very little more than fast ISAM support.  The
fact that until recently only BSD-style dbm derivatives (which fit the
above requirement) were the only things both well-known about and
well-distributed, helped.

Now that more complex DB models are becoming both commonly known about
(cf MySQL, Arjuna, CQL++ etc) I suspect the main stumbling block is
learning curve.  Historically hobbyest MUD programmers have been
college students in the process of learning to program.  Learning the
interface complexities of a full weight DB in addition to learning the 
basics is understandably daunting.

&gt; A lot of the hard problems in mudding (e.g. dragon's dinner) have
&gt; been resolved a long time ago in the button-down db world.  

True-ish.  There are many possible solutions to the dragons dinner
scenario, each with their own pros and cons depending on your process
and data model.  There is no single one-true-solution.  (Lambert can
speak better on this area than I).  cf the discussion between lambert
and I on the performance characteristics of my lockless approach vs
his lazy lock approach.  Both work, and can be logically proven to
work.  They just perform differently.

I played with using PostgresQL as a server base a while ago when I was
reviewing the various free DBs.  Its not light weight -- the added
overhead was more than I would accept.  I steered clear ot MySQL then
as it was (then) both buggy and very incompleat.

&gt; Any good DB is going to be worthwhile for anything larger than the
&gt; smallest muds.

There is some debate whether an RDBMS is either a vlid or useful model
for a MUD server or game world.  This argument seems especially
prevalent in the heavily-programmed-world camps (Reese being a
specific espouser of RDBMes being poor models).   

&gt; Oracle is overkill unless you're talking about thousands of
&gt; concurrent players.  An SQL-accessible DB might well be useful, but
&gt; at the very least an external, free-standing, well-formed database
&gt; is going to help a lot with changing informational needs over time.

It seems that I need to bolster my skill set (work and locale changes
etc (looks like I might be changing countries again and OS vendors are
not common outside of Silicon Valley)), so I'm going to be moving
Murkle from OS/2 to Linux (need to learn pthreads and play with SMP
issues), and move it atop an SQL base (need to learn SQL).  As I'm
also beating up on the web end of things, a web interface to Murkle
will be implicit.

&lt;sigh&gt;

And I was having so much fun with peristent stores.  I got out of the
commercial DB game back when Byte (RIP) did their first article on SQL 
(to which I thought, "And people think this is usable?  Ha!").  It
will be interesting to see what has changed.

&lt;sob&gt;

I'll be reporting here on progress, challenges, and notable battles
here as they happen.  I'll probably also finally open the damn thing
to the public.

-- 
J C Lawrence                               Internet: claw#null,net
(Contractor)                               Internet: coder#ibm,net
---------(*)                     Internet: claw#under,engr.sgi.com
...Honourary Member of Clan McFud -- Teamer's Avenging Monolith...


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00974" HREF="msg00974.html">[MUD-Dev] Re: Databases: was Re: skill system</A></STRONG>
<UL><LI><EM>From:</EM> Mike Sellers &lt;mike#bignetwork,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01162.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01164.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00974.html">[MUD-Dev] Re: Databases: was Re: skill system</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00978.html">[MUD-Dev] Re: Databases: was Re: skill system</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01163"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01163"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><strong><A NAME="00979" HREF="msg00979.html">[MUD-Dev] Mailing List Archives</A></strong>, 
Elis Pomales <a href="mailto:pomales#caip,rutgers.edu">pomales#caip,rutgers.edu</a>, Thu 11 Jun 1998, 21:58 GMT
<UL>
<LI><strong><A NAME="00981" HREF="msg00981.html">[MUD-Dev] Re: Mailing List Archives</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 11 Jun 1998, 22:04 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00971" HREF="msg00971.html">[MUD-Dev] Databases: was Re: skill system</A></strong>, 
jacob langthorn <a href="mailto:jlangthorn#towertechinc,com">jlangthorn#towertechinc,com</a>, Thu 11 Jun 1998, 19:17 GMT
<UL>
<LI><strong><A NAME="00974" HREF="msg00974.html">[MUD-Dev] Re: Databases: was Re: skill system</A></strong>, 
Mike Sellers <a href="mailto:mike#bignetwork,com">mike#bignetwork,com</a>, Thu 11 Jun 1998, 20:33 GMT
<UL>
<LI><strong><A NAME="01163" HREF="msg01163.html">[MUD-Dev] Re: Databases: was Re: skill system</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 22 Jun 1998, 22:51 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00978" HREF="msg00978.html">[MUD-Dev] Re: Databases: was Re: skill system</A></strong>, 
T. Alexander Popiel <a href="mailto:popiel#beldin,snugharbor.com">popiel#beldin,snugharbor.com</a>, Thu 11 Jun 1998, 21:46 GMT
<UL>
<LI><strong><A NAME="01070" HREF="msg01070.html">[MUD-Dev] Re: Databases: was Re: skill system</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Tue 16 Jun 1998, 14:49 GMT
<UL>
<LI><strong><A NAME="01074" HREF="msg01074.html">[MUD-Dev] Re: Databases: was Re: skill system</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 16 Jun 1998, 17:25 GMT
<UL>
<LI><strong><A NAME="01075" HREF="msg01075.html">[MUD-Dev] Re: Databases: was Re: skill system</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Tue 16 Jun 1998, 18:02 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>