1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Net protocols for MUDing -->
<!--X-From-R13: Oqnz Ivttvaf <avtugsnyyNhfre1.vasvpnq.pbz> -->
<!--X-Date: Tue, 03 Mar 1998 06:09:08 +0000 -->
<!--X-Message-Id: 199803030602.XAA03676#user1,inficad.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 34F9E997.A75CBE8C#enid,com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Net protocols for MUDing</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:nightfall#user1,inficad.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="msg00672.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00674.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00663.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00793.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00673">Author</A>
&nbsp;|&nbsp;<A HREF="#00673">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00673">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Net protocols for MUDing</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Net protocols for MUDing</LI>
<LI><em>From</em>: Adam Wiggins &lt;<A HREF="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 2 Mar 1998 23:02:12 -0700 (MST)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:nightfall#inficad,com">nightfall#inficad,com</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[Stephen Zepp:]
&gt; I don't know a lot about how the graphical muds work, but here's some initial
&gt; thoughts I've been sort of synergisting from a couple of threads:
&gt; 
&gt; Basically, considering long ago threads talking about virtual room generation,
&gt; combined with the thread talking about creating object instantiations at
&gt; interaction time, plus most everyone's "large world" concept, and finally
&gt; assuming a perfect world fully encrypted ( and unhackable, yeah, right ) I was
&gt; thinking this:
&gt; 
&gt; Client: Handles _all_ interaction with the world, based on it's most current
&gt; sync with the primary db at the server, and updates the server with information
&gt; changes.
&gt; 
&gt; Server: maintains the primary db, posting changes sent from the clients, and
&gt; routing update messages to those clients that are currently "live" with any data
&gt; that has been changed by another client.
&gt; 
&gt; Basically, I'm going under the assumption ( in flying, we call it the Big Sky
&gt; Theory ) that a large portion of your world isn't in use at any one time, and
&gt; those portions that are in use aren't being used by very many people. At any one
&gt; time, realistically, someone at the client level isn't using much of the total
&gt; world db, and could d/l updates as things change.  You could even release your
&gt; primary world information ( that's static ) on CD, and hold update files on the
&gt; player's hard drive as things change.
&gt; 
&gt; When I interact with the world, I change things that eventually need to be
&gt; posted to the db.  The client handles all of this, then sends an update packet
&gt; to the server.  The server tracks who needs immediate notice of any db sections,
&gt; and sends those update packets immediately to those clients that are holding any
&gt; recently updated db "sections" live on the client side.  You would definately
&gt; need to keep the client/server synced tightly, but not too tightly, I think,
&gt; just enough so that several updates aren't missed, causing the client's world to
&gt; deviate too far from the primary db. Since the client handles most of the work,
&gt; instead of having to send _everything_ to the server for processing, we get the
&gt; effect of distributed processing, with some additional overhead from db updates,
&gt; but not nearly as much net traffic as a "normal", dumb terminal client would
&gt; have.
&gt; [snip rest]

I suppose it would depend on the type of game, but I don't think I like
this too much.  The first immediate problem I have is the hacking thing -
looking at what happened with Diablo, my faith in any sort of encryption
is pretty low.  The solution, it seems to me, is to have a central server
which approves any and all events that are to transpire before any other
clients except the initiating one recieve it.
Secondly, I don't like the idea of the complexity of the game being limited
by the client user's computing power.  UO suffers from this slightly; a friend
of mine found UO almost unplayable despite an excellent connection (cable
modem) because his one meg, unaccelerated video card made his screen updates so
slow that he couldn't keep up with characters he was trying to follow.  (I
recently gave him a Diamond Viper I had sitting around to get him to shut
up about it.)  In a related note, I'd like to be able to devote the user's
computer power 100% to the actual display of the data - keeping a nice high
framerate and response time.  If I want to make the game more complicated
on the server end, no problem - plug a few more processors or some more RAM
into our server machine.  (Or, do an ultra-distributed server - a single
firewall machine running an 'uncrashable' connection manager, and a potentially
infinite number of server machines connected by ultra-high-speed optic cable,
with the connection manager delegating out process handling by checkup
load averages on the various servers.)



</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="00663" HREF="msg00663.html">Re: [MUD-Dev] Net protocols for MUDing</A></STRONG>
<UL><LI><EM>From:</EM> Stephen Zepp &lt;zoran#enid,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00672.html">Tutorial: Let's build a Compiler! - Part XIII: Procedures</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00674.html">Re: [MUD-Dev]  Describe Concept</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00663.html">Re: [MUD-Dev] Net protocols for MUDing</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00793.html">Re: [MUD-Dev] Net protocols for MUDing</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00673"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00673"><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] Net protocols for MUDing (was: Moore's Law sucks)</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00658" HREF="msg00658.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Sun 01 Mar 1998, 10:30 GMT
</LI>
<LI><strong><A NAME="00660" HREF="msg00660.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 01 Mar 1998, 18:16 GMT
<UL>
<LI><strong><A NAME="00662" HREF="msg00662.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Sun 01 Mar 1998, 22:17 GMT
<UL>
<LI><strong><A NAME="00663" HREF="msg00663.html">Re: [MUD-Dev] Net protocols for MUDing</A></strong>, 
Stephen Zepp <a href="mailto:zoran#enid,com">zoran#enid,com</a>, Sun 01 Mar 1998, 23:02 GMT
<UL>
<LI><strong><A NAME="00673" HREF="msg00673.html">Re: [MUD-Dev] Net protocols for MUDing</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Tue 03 Mar 1998, 06:09 GMT
</LI>
<LI><strong><A NAME="00793" HREF="msg00793.html">Re: [MUD-Dev] Net protocols for MUDing</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Fri 20 Mar 1998, 17:58 GMT
<UL>
<LI><strong><A NAME="00795" HREF="msg00795.html">Re: [MUD-Dev] Net protocols for MUDing</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Fri 20 Mar 1998, 18:57 GMT
<UL>
<LI><strong><A NAME="00862" HREF="msg00862.html">Re: [MUD-Dev] Net protocols for MUDing</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 23 Mar 1998, 20:53 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00775" HREF="msg00775.html">Re: [MUD-Dev] Net protocols for MUDing (was: Moore's Law sucks)</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Fri 20 Mar 1998, 00:06 GMT
</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>