1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Languages for MUD drivers -->
<!--X-From-R13: X Q Znjerapr <pynjNpc.arg> -->
<!--X-Date: Fri, 19 Nov 1999 17:01:52 &#45;0800 -->
<!--X-Message-Id: E11oyuT&#45;0006He&#45;00#under,eng.cp.net -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 000f01bf3154$f38ed020$0201a8c0@granite -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Languages for MUD drivers</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#cp,net">
</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="msg00415.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00417.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00418.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00388.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00416">Author</A>
&nbsp;|&nbsp;<A HREF="#00416">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00416">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Languages for MUD drivers</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] Languages for MUD drivers </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#cp,net">claw#cp,net</A>&gt;</LI>
<LI><em>Date</em>: Fri, 19 Nov 1999 17:01:49 -0800</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>
On Thu, 18 Nov 1999 12:39:12 +1300 
Ian Macintosh &lt;iman#issystems,co.nz&gt; wrote:

&gt; The reason why I believe this is better than using RPC or whatever
&gt; to load balance based on events, is that I can't get away from the
&gt; requirement that one system has to be the master, or own, a
&gt; particular piece of the MUD.

&gt; i.e., Server B handles Midgaard, and as such, if *anyone* or *any
&gt; server* wants to know the exact state of Market Square, it must
&gt; find out here.  If there are two servers possibly handling the
&gt; same piece of real estate, who's version is the right one?
&gt; Likewise, Server E controls the Grand Mistress of Magic sitting on
&gt; her throne in the High Tower of Sorcery.  If you want to know her
&gt; status, you find that out by querying Server E.

I've been tending towards a very different view:

  There is (but doesn't need to be) a large DB server which holds
the master default copies of everything modulo latency for updates
(interesting transaction model required) the world.

  There are some number of game servers which process players and
other active items (I don't distinguish) in the game world.  Data,
ad defined by the location assumed to be "master" migrates
dynamically across the pool of game servers for maximal proximity to
the processes dealing with that data.  This is where the DB server
becomes irrelevent.  It isn't actually needed.  I only posit it as a
simple target for state checks and backups.

  Processes dynamically migrate across and around the pool of game
servers for maximal proximity to other processes with similar
working sets.

  Processes dynamically migrate to unused game servers in search of
more available resources (standard auction-style bidding war server
competition for client processes).

  One of more connection servers act as IO aggregators in dealing
with client/server data exchange and to resolve the problems of port
migration and single service presentation apparencies.

The sad part is that real CS is needed to get this right.  Amusingly
enough in many ways the problems are rather close to those addressed
by some CC:NUMA architectures (cf SGI's Origins).

-- 
J C Lawrence                              Internet: claw#kanga,nu
----------(*)                            Internet: coder#kanga,nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...


_______________________________________________
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>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00324" HREF="msg00324.html">RE: [MUD-Dev] Languages for MUD drivers</A></STRONG>
<UL><LI><EM>From:</EM> "Ian Macintosh" &lt;iman#issystems,co.nz&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00415.html">Re: [MUD-Dev] Languages for MUD drivers</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00417.html">Re: [MUD-Dev] Depth of realism</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00418.html">Re: [MUD-Dev] Languages for MUD drivers</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00388.html">Re: [MUD-Dev] Languages for MUD drivers</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00416"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00416"><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] Languages for MUD drivers</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00299" HREF="msg00299.html">Re: [MUD-Dev] Languages for MUD drivers</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Wed 17 Nov 1999, 21:24 GMT
<UL>
<LI><strong><A NAME="00324" HREF="msg00324.html">RE: [MUD-Dev] Languages for MUD drivers</A></strong>, 
Ian Macintosh <a href="mailto:iman#issystems,co.nz">iman#issystems,co.nz</a>, Wed 17 Nov 1999, 23:48 GMT
<UL>
<LI><strong><A NAME="00369" HREF="msg00369.html">Re: [MUD-Dev] Languages for MUD drivers</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Thu 18 Nov 1999, 18:23 GMT
<UL>
<LI><strong><A NAME="00418" HREF="msg00418.html">Re: [MUD-Dev] Languages for MUD drivers</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Sat 20 Nov 1999, 01:18 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00416" HREF="msg00416.html">Re: [MUD-Dev] Languages for MUD drivers</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Sat 20 Nov 1999, 01:01 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00388" HREF="msg00388.html">Re: [MUD-Dev] Languages for MUD drivers</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Fri 19 Nov 1999, 00:30 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00308" HREF="msg00308.html">RE: [MUD-Dev] Languages for MUD drivers</A></strong>, 
Laurent Bossavit <a href="mailto:bossavit#cybercable,fr">bossavit#cybercable,fr</a>, Wed 17 Nov 1999, 21:25 GMT
<UL>
<LI><strong><A NAME="00350" HREF="msg00350.html">RE: [MUD-Dev] Languages for MUD drivers</A></strong>, 
Ian Macintosh <a href="mailto:iman#issystems,co.nz">iman#issystems,co.nz</a>, Thu 18 Nov 1999, 07:34 GMT
</LI>
<LI><strong><A NAME="00411" HREF="msg00411.html">Re: [MUD-Dev] Languages for MUD drivers</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Fri 19 Nov 1999, 23:37 GMT
</LI>
</UL>
</LI>
</ul>
</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>