1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] about MOO -->
<!--X-From-R13: Rna Dbbg <qneNgurxrrc.bet> -->
<!--X-Date: Fri, 19 Nov 1999 17:43:15 &#45;0800 -->
<!--X-Message-Id: 19991120013819.33134.qmail@phantasm.thekeep.org -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 19991119141422.S25847@kitenet.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] about MOO</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:dar@thekeep.org">
</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="msg00419.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00421.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00414.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00428.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00420">Author</A>
&nbsp;|&nbsp;<A HREF="#00420">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00420">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] about MOO</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>: Re: [MUD-Dev] about MOO </LI>
<LI><em>From</em>: Dan Root &lt;<A HREF="mailto:dar#thekeep,org">dar#thekeep,org</A>&gt;</LI>
<LI><em>Date</em>: Fri, 19 Nov 1999 20:38:19 -0500</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>
In message &lt;<A HREF="msg00414.html">19991119141422.S25847#kitenet,net</A>&gt;, Joey Hess writes:
&gt;Dan Root wrote:
&gt;&gt; One significant flaw in MOO is it's use of an entirely memory based
&gt;&gt; system for persistence.  A large MOO can easily be 80 to 200 Megs in
&gt;&gt; memory.  TrekMOO and Lambda both claim those sorts of figures.  How much of
&gt;&gt; this bloat could be avoided is debatable, but the point remains that this
&gt;&gt; can be a serious drawback for using MOO in a environment where growth is a
&gt;&gt; significant meta-goal of the game.  See the list archives for various
&gt;&gt; debates on memory versus disk-based games.  JCL made a particularly
&gt;&gt; informative and persuasive post during one such discussion.
&gt;
&gt;There was once a disk based version of LambdaMOO, IIRC, though it may have
&gt;never really gotten off the ground.

Lots of talk, but I never saw any code, nor anyone who claimed to have it,
other than, as you mention, LPMOO, which is amusing, but not really the
right way to run a MOO.  :)

&gt;Other MOO variaents, like LPMOO, are disk based. There's nothing fundamental
&gt;in the MOO model that requires everything be resident in memory. I've
&gt;designed MOO's that can pull object information out of a SQL database, for
&gt;example.

This is quite true.  However, the question was opinions on MOO (in
particular, LambdaMOO) and why it would or wouldn't make a good basis for a
game if one wrote a core that was biases towards more goal-oriented game
play.  As it stands, stock LambdaMOO keeps stuff in memory, which can be
rather expensive if you assume the traditional style of 'one room, item or
mob to one MOO object'.  An object in MOO has a lot more overhead in terms
of data items stored for things such as owner and permissions than in a
server like Diku.  And even with inheritence for the all the private data,
that's a lot of space, memory-wise.  I've heard rumors of core systems that
were written to keep large amounts of 'game items' in a single MOO object,
but was never able to lay hands on one.

I would love to see someone take MOO and add a nicer database layer to it.
Then all you'd have to add in would be CoolMUD's dictionary/tables, object
based security and YO protocol, and you'd have a very nice server overall.
(An alternative method to get the same effect would be to add MOO's
persistent processes and 7 years worth of language syntatic sugar to
CoolMUD.  Both alternatives produce approximately the same result).

	-DaR
-- 
/* Dan Root   -   XTEA cipher */  static unsigned D=0x9E3779B9,l=0xC6EF3720,s;
/* t=64bit text, k=128bit key */  #define m(x,y) ((x&lt;&lt;4^x&gt;&gt;5)+(x^s)+k[s&gt;&gt;y&amp;3])
void enc(int*t,int*k){for(s=0;s!=+l;){t[0]+=m(t[1],0);s+=D;t[1]+=m(t[0],11);}}
void dec(int*t,int*k){for(s=-l;s!=0;){t[1]-=m(t[0],11);s-=D;t[0]-=m(t[1],0);}}



_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00426" HREF="msg00426.html">[MUD-Dev] Re: about MOO</A></strong>
<ul compact><li><em>From:</em> Gevan &lt;shanos@es.co.nz&gt;</li></ul>
<li><strong><A NAME="00428" HREF="msg00428.html">Re: [MUD-Dev] about MOO</A></strong>
<ul compact><li><em>From:</em> bruce@puremagic.com</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00414" HREF="msg00414.html">Re: [MUD-Dev] about MOO</A></STRONG>
<UL><LI><EM>From:</EM> Joey Hess &lt;joey@kitenet.net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00419.html">Re: [MUD-Dev] Mud hosting services</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00421.html">[MUD-Dev] (no subject)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00414.html">Re: [MUD-Dev] about MOO</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00428.html">Re: [MUD-Dev] about MOO</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00420"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00420"><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>Re: [MUD-Dev] about MOO</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00404" HREF="msg00404.html">Re: [MUD-Dev] about MOO</A></strong>, 
Andru Luvisi <a href="mailto:luvisi@andru.sonoma.edu">luvisi@andru.sonoma.edu</a>, Fri 19 Nov 1999, 20:30 GMT
<UL>
<LI><strong><A NAME="00413" HREF="msg00413.html">Re: [MUD-Dev] about MOO</A></strong>, 
Joey Hess <a href="mailto:joey@kitenet.net">joey@kitenet.net</a>, Sat 20 Nov 1999, 00:39 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00405" HREF="msg00405.html">Re: [MUD-Dev] about MOO</A></strong>, 
Dan Root <a href="mailto:dar@thekeep.org">dar@thekeep.org</a>, Fri 19 Nov 1999, 20:30 GMT
<UL>
<LI><strong><A NAME="00414" HREF="msg00414.html">Re: [MUD-Dev] about MOO</A></strong>, 
Joey Hess <a href="mailto:joey@kitenet.net">joey@kitenet.net</a>, Sat 20 Nov 1999, 00:39 GMT
<UL>
<LI><strong><A NAME="00420" HREF="msg00420.html">Re: [MUD-Dev] about MOO</A></strong>, 
Dan Root <a href="mailto:dar@thekeep.org">dar@thekeep.org</a>, Sat 20 Nov 1999, 01:43 GMT
<UL>
<LI><strong><A NAME="00428" HREF="msg00428.html">Re: [MUD-Dev] about MOO</A></strong>, 
bruce <a href="mailto:bruce@puremagic.com">bruce@puremagic.com</a>, Sun 21 Nov 1999, 01:14 GMT
</LI>
<LI><strong><A NAME="00426" HREF="msg00426.html">[MUD-Dev] Re: about MOO</A></strong>, 
Gevan <a href="mailto:shanos@es.co.nz">shanos@es.co.nz</a>, Sun 21 Nov 1999, 01:14 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00422" HREF="msg00422.html">Re: [MUD-Dev] about MOO</A></strong>, 
maddog <a href="mailto:maddog@best.com">maddog@best.com</a>, Sat 20 Nov 1999, 02:39 GMT
<UL>
<LI><strong><A NAME="00423" HREF="msg00423.html">Re: [MUD-Dev] about MOO</A></strong>, 
J C Lawrence <a href="mailto:claw@cp.net">claw@cp.net</a>, Sat 20 Nov 1999, 03:18 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>