1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Distribution schemes (was Re: [MUD&#45;Dev] Languages for MUD drivers) -->
<!--X-From-R13: "Pehpr [vgpurare, Xe." <oehprNcherzntvp.pbz> -->
<!--X-Date: Wed, 17 Nov 1999 16:22:02 &#45;0800 -->
<!--X-Message-Id: 026401bf3158$53bd4820$7101a8c0@howdy.cybersight.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Distribution schemes (was Re: [MUD-Dev] Languages for MUD driv</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:bruce@puremagic.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="msg00324.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00326.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00343.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00353.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00325">Author</A>
&nbsp;|&nbsp;<A HREF="#00325">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00325">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</LI>
<LI><em>From</em>: "Bruce Mitchener, Jr." &lt;<A HREF="mailto:bruce#puremagic,com">bruce#puremagic,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 17 Nov 1999 16:03:21 -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>
Ian Macintosh wrote:
&gt;    &gt; I've always thought this was an extraordinarily poor
&gt;    &gt; way to handle it...
&gt;    &gt; Unless you have a truly enormous number of players,
&gt;    &gt; don't you end up
&gt;    &gt; shifting areas from server to server as players and
&gt;    &gt; groups move, in
&gt;    &gt; order to achieve load balancing? Wouldn't event-based
&gt;    &gt; distribution work
&gt;    &gt; much more cleanly?
&gt;
&gt;I'd agree with that Greg.  But that is really dependant on how you
&gt;design your software.  In the first place, I am, as you say, trying to
&gt;load balance, but not to the nth degree.  Rather, I want to find
&gt;logical breakpoints where I can split the 'world', and thereby achieve
&gt;a fairly equitable load sharing.  Of course, what this means in the
&gt;normal Aber/Diku derivatives that we all seem to run, is that you
&gt;would put different zones/areas on different servers.


This would fall victim to the phenomenon of 'flash crowds' or 'stampeding
herds' or whatever it should be called.  With this type of static
distribution scheme, you can run into some trouble if a large number of
users (or objects, or whatever) decide to go visit some area on a single
server.

&gt;What you really should do though, to my mind, is segment the
&gt;functionality.  Now perhaps that is what you are alluding to when you
&gt;talk about event-based distribution, although I read that as saying
&gt;that the exact same command could be processed on any particular

&gt;server, depending on that servers load at the time.


I tend to think about it roughly this way and with the use of events, but I
need to put a lot more thought into my current set of thoughts.

&gt;You could of course split those tasks any way you like, but the
&gt;concept should be clear from the example.  What you really want to do
&gt;is ensure that any particular part of the project can be handled by
&gt;one or more servers in your server farm.  If you do that right, you
&gt;don't need to concern yourself too much about where the right place to
&gt;split would be.  If you find you allocated too few servers for the mob
&gt;AI for example, you just add another server and split them into 3
&gt;groups instead of 2.


Why does AI get treated any different from any other client connected to the
game?  (Making a lot of assumptions: clients aren't accessing world via flat
text that they just display, like telnet; that there are clients; etc).

 - Bruce





_______________________________________________
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="00379" HREF="msg00379.html">Re: Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</A></strong>
<ul compact><li><em>From:</em> Mik Clarke &lt;mikclrk@attglobal.net&gt;</li></ul>
<li><strong><A NAME="00353" HREF="msg00353.html">RE: Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</A></strong>
<ul compact><li><em>From:</em> "Ian Macintosh" &lt;iman@issystems.co.nz&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00324.html">RE: [MUD-Dev] Languages for MUD drivers</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00326.html">Re: [MUD-Dev] code base inquiry</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00343.html">[MUD-Dev] Urban Desire</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00353.html">RE: Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00325"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00325"><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] Depth of realism</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00381" HREF="msg00381.html">Re: [MUD-Dev] Depth of realism</A></strong>, 
Matthew Mihaly <a href="mailto:diablo@best.com">diablo@best.com</a>, Thu 18 Nov 1999, 22:00 GMT
</LI>
</ul>
<LI><strong><A NAME="00358" HREF="msg00358.html">Re: [MUD-Dev] Depth of realism</A></strong>, 
Ilya, Game Commandos <a href="mailto:Ilya@gamecommandos.com">Ilya@gamecommandos.com</a>, Thu 18 Nov 1999, 17:00 GMT
</LI>
<LI><strong><A NAME="00360" HREF="msg00360.html">RE: [MUD-Dev] Depth of realism</A></strong>, 
Koster, Raph <a href="mailto:rkoster@origin.ea.com">rkoster@origin.ea.com</a>, Thu 18 Nov 1999, 17:00 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00343" HREF="msg00343.html">[MUD-Dev] Urban Desire</A></strong>, 
claw <a href="mailto:claw@kanga.nu">claw@kanga.nu</a>, Thu 18 Nov 1999, 07:14 GMT
<LI><strong><A NAME="00325" HREF="msg00325.html">Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</A></strong>, 
Bruce Mitchener, Jr. <a href="mailto:bruce@puremagic.com">bruce@puremagic.com</a>, Thu 18 Nov 1999, 00:22 GMT
<UL>
<LI><strong><A NAME="00353" HREF="msg00353.html">RE: Distribution schemes (was 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="00379" HREF="msg00379.html">Re: Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</A></strong>, 
Mik Clarke <a href="mailto:mikclrk@attglobal.net">mikclrk@attglobal.net</a>, Thu 18 Nov 1999, 21:11 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00364" HREF="msg00364.html">RE: Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</A></strong>, 
Koster, Raph <a href="mailto:rkoster@origin.ea.com">rkoster@origin.ea.com</a>, Thu 18 Nov 1999, 17:00 GMT
</LI>
<LI><strong><A NAME="00391" HREF="msg00391.html">Re: Distribution schemes (was Re: [MUD-Dev] Languages for MUD drivers)</A></strong>, 
Bruce Mitchener, Jr. <a href="mailto:bruce@puremagic.com">bruce@puremagic.com</a>, Fri 19 Nov 1999, 01:23 GMT
</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>