2000Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Multilevel server concept -->
<!--X-From-R13: Szvy Svserz <rzvyNrvserz.pbz> -->
<!--X-Date: Thu, 06 Apr 2000 13:36:28 &#45;0700 -->
<!--X-Message-Id: 4.1.20000406212659.009b0e00@yoda -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 003801be08f7$d3fa67a0$7ae47ad1@gd0rh -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Multilevel server concept</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:emil@eifrem.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="msg00074.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00076.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00074.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00091.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00075">Author</A>
&nbsp;|&nbsp;<A HREF="#00075">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00075">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Multilevel server concept</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] Multilevel server concept</LI>
<LI><em>From</em>: Emil Eifrem &lt;<A HREF="mailto:emil#eifrem,com">emil#eifrem,com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 06 Apr 2000 21:58:40 +0200</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>
At 10:06 PM 6/4/00, Draymoor wrote:
&gt;I was just doing some design brainstorming and came upon an idea for a
&gt;multilayer server system.
&gt;I don't know how viable this is, or if it's already used, comments
&gt;suggestions please?
&gt;
&gt;Anyway, the idea is such:
&gt;
&gt;There are two types of servers for a mud. One is the primary server. This
&gt;world server basicly has all the game logic, player data, etc. This is like
&gt;most standard muds. There is also another type of server called the router
&gt;server. This server can reside anywhere and is what players connect to.
&gt;These servers basicly bounce messages between the world server and the
&gt;players.

MUME has been doing this for quite a while, I believe, and it seems to have
worked well for them (or at least that's what my friend who played there
told me about two years ago). We plan to do the same for Jamu, mainly as a
mean to reduce latency. Some notes on our implementation:

   - The distributors (the player connection points) transmit player data
     using UDP.

   - All player input is ganged up and compressed into one packet that is
     sent to the collector (the "real" mud server) when it's "full" (with
     full meaning it's as close to 1500 (MTU) as possible) or at the least
     every MIN_TIMESLICE. MIN_TIMESLICE varies depending on the connection
     between the collector and distributor but should be between 50 - 200ms.

   - We roll our own protocol which includes compression and some CRC and
     flow control.

   - You can't connect directly to the mud anymore, rather, we have a
     distributor on the mud server that listens on the old port. A nice side
     effect of this (as you pointed out) is that we encapsulate the physical
     location of the mud server and can vary it at will.

   - A distributor is very lightweight and should easily fit into the
     smallest/cheapest of the account offers of all these mud hosting
     service companies.

Unfortunately, Jamu isn't quite there yet and we haven't done more than
some initial testing -- so I really can't give you any feedback on how this
system works under real circumstances. I'm pretty convinced that it will
ease the burden on the main mud server/collector but I'm not certain that
it will ease the player's perception of lag. Maybe someone from the MUME
gang can jump in and share their experiences?

- - -
Emil Eifrem   [ emil#eifrem,com || www.eifrem.com || www.javamud.org ]




_______________________________________________
MUD-Dev mailing list
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="00091" HREF="msg00091.html">Re: [MUD-Dev] Multilevel server concept</A></strong>
<ul compact><li><em>From:</em> "Kristen L. Koster" &lt;koster@eden.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00073" HREF="msg00073.html">[MUD-Dev] Multilevel server concept</A></STRONG>
<UL><LI><EM>From:</EM> "Draymoor" &lt;fibhufky@erols.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00074.html">Re: [MUD-Dev] Multilevel server concept</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00076.html">Re: [MUD-Dev] Trouble Makers or Regular Citizens</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00074.html">Re: [MUD-Dev] Multilevel server concept</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00091.html">Re: [MUD-Dev] Multilevel server concept</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00075"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00075"><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] Same-Sex Marriage (was: Trouble Makers or Regular Citizens)</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00084" HREF="msg00084.html">Re: [MUD-Dev] Same-Sex Marriage (was: Trouble Makers or Regular Citizens)</A></strong>, 
David Bennett <a href="mailto:ddt@discworld.imaginary.com">ddt@discworld.imaginary.com</a>, Fri 07 Apr 2000, 20:37 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00077" HREF="msg00077.html">[MUD-Dev] Polls at Kanga.Nu</A></strong>, 
claw <a href="mailto:claw@kanga.nu">claw@kanga.nu</a>, Fri 07 Apr 2000, 02:58 GMT
<LI><strong><A NAME="00073" HREF="msg00073.html">[MUD-Dev] Multilevel server concept</A></strong>, 
Draymoor <a href="mailto:fibhufky@erols.com">fibhufky@erols.com</a>, Thu 06 Apr 2000, 19:23 GMT
<UL>
<LI><strong><A NAME="00074" HREF="msg00074.html">Re: [MUD-Dev] Multilevel server concept</A></strong>, 
Tochiro <a href="mailto:asuka@redconnect.net">asuka@redconnect.net</a>, Thu 06 Apr 2000, 19:47 GMT
</LI>
<LI><strong><A NAME="00075" HREF="msg00075.html">Re: [MUD-Dev] Multilevel server concept</A></strong>, 
Emil Eifrem <a href="mailto:emil@eifrem.com">emil@eifrem.com</a>, Thu 06 Apr 2000, 20:36 GMT
<UL>
<LI><strong><A NAME="00091" HREF="msg00091.html">Re: [MUD-Dev] Multilevel server concept</A></strong>, 
Kristen L. Koster <a href="mailto:koster@eden.com">koster@eden.com</a>, Sat 08 Apr 2000, 03:12 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00079" HREF="msg00079.html">Re: [MUD-Dev] Multilevel server concept</A></strong>, 
Hans-Henrik Staerfeldt <a href="mailto:hhs@cbs.dtu.dk">hhs@cbs.dtu.dk</a>, Fri 07 Apr 2000, 15:19 GMT
<UL>
<LI><strong><A NAME="00081" HREF="msg00081.html">Re: [MUD-Dev] Multilevel server concept</A></strong>, 
Brian Green <a href="mailto:brian@psychochild.org">brian@psychochild.org</a>, Fri 07 Apr 2000, 16:53 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00072" HREF="msg00072.html">[MUD-Dev] Article on WoC's 'Open Sourcing' D&amp;D in Salon</A></strong>, 
Christopher Allen <a href="mailto:ChristopherA@Skotos.net">ChristopherA@Skotos.net</a>, Thu 06 Apr 2000, 18:55 GMT
</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>