1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Multi&#45;Server games -->
<!--X-From-R13: Pra Uerrne <terrneNploreuvtujnl.arg> -->
<!--X-Date: Tue, 30 Jun 1998 22:52:56 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.3.96.980630224453.30138B&#45;100000#shamen,cyberhighway.net -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 35986D4B.745D586F#freehold,crocodile.org -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Multi-Server games</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:greear#cyberhighway,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="msg01283.html">Previous</a>
&nbsp;|&nbsp;<a href="">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01264.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00920.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01284">Author</A>
&nbsp;|&nbsp;<A HREF="#01284">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01284">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Multi-Server games</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>: [MUD-Dev] Re: Multi-Server games</LI>
<LI><em>From</em>: Ben Greear &lt;<A HREF="mailto:greear#cyberhighway,net">greear#cyberhighway,net</A>&gt;</LI>
<LI><em>Date</em>: Tue, 30 Jun 1998 22:49:57 -0700 (MST)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#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 Mon, 29 Jun 1998, Vadim Tkachenko wrote:

&gt; MH wrote:
&gt; &gt; 
&gt; &gt; Just keep the player/object on the original server until the new server
&gt; &gt; verifies that it has taken possession of the player/object.  Something
&gt; &gt; along the lines of:
&gt; &gt; 
&gt; &gt; The international highway:
&gt; &gt; 
&gt; &gt; You see a signpost here, marking where Bubbaland leaves off and
&gt; &gt; Boffoworld begins.
&gt; 
&gt; Maybe a silly question, but I haven't found the reasonable solution yet:
&gt; 
&gt; OK, you have the multiple servers and distributed world now, but where
&gt; do you connect to next time, after you've crossed the world borders?
&gt; 
&gt; There are at least two possible answers:
&gt; 
&gt; - Keep the entry point the same and just route the requests to the
&gt; remote world, thus increasing overhead
&gt; - Change the entry point, complicating the client (which may not allow
&gt; it at all, like applet)
&gt; 
&gt; Any comments?

I agree, these are two tricky problems.  I'm planning on letting
the client log onto the server which holds the player.  This information
can be querried among the servers, so hitting any client should be
able to point you to the right one.  If I end up using an applet, I'll
have a httpd server on every game server, with identical jar files etc.

An HTML query of some sorth (cgi?) could generate a page containing the
correct link to the player's server.

An even nastier problem lies in smooth transition between two servers.

This will be virtually impossible with an applet.  I'll probably just
route the messages through the connecting server to any new server,
remaining at a max of one hop of course.  For local servers running
on a faster ethernet connection, that shouldn't be too bad.  For largly
disparate servers, bandwidth wise, another solution would have to be
thought up...

I'd be interested to hear other ideas, as these are mostly just ramblings
off the top of my head!

Ben

Ben Greear (greear#cyberhighway,net)  <A  HREF="http://www.primenet.com/~greear">http://www.primenet.com/~greear</A> 
Author of ScryMUD:  mud.primenet.com 4444
<A  HREF="http://www.primenet.com/~greear/ScryMUD/scry.html">http://www.primenet.com/~greear/ScryMUD/scry.html</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="01264" HREF="msg01264.html">[MUD-Dev] Re: Multi-Server games</A></STRONG>
<UL><LI><EM>From:</EM> Vadim Tkachenko &lt;vt#freehold,crocodile.org&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01283.html">[MUD-Dev] Re: Embedded languages was Re: Databases: was Re: skill system</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01264.html">[MUD-Dev] Re: Multi-Server games</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00920.html">[MUD-Dev] RE: In game bulletin boards vs. Web based.</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01284"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01284"><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>[MUD-Dev] Re: Multi-Server games</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01232" HREF="msg01232.html">[MUD-Dev] Re: Multi-Server games</A></strong>, 
Jo Dillon <a href="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</a>, Sat 27 Jun 1998, 11:19 GMT
<UL>
<LI><strong><A NAME="01233" HREF="msg01233.html">[MUD-Dev] Re: Multi-Server games</A></strong>, 
MH <a href="mailto:michael#sparta,mainstream.net">michael#sparta,mainstream.net</a>, Sat 27 Jun 1998, 13:15 GMT
</LI>
<LI><strong><A NAME="01244" HREF="msg01244.html">[MUD-Dev] Re: Multi-Server games</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 29 Jun 1998, 17:34 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01264" HREF="msg01264.html">[MUD-Dev] Re: Multi-Server games</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Tue 30 Jun 1998, 04:47 GMT
<UL>
<LI><strong><A NAME="01284" HREF="msg01284.html">[MUD-Dev] Re: Multi-Server games</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Wed 01 Jul 1998, 05:52 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00920" HREF="msg00920.html">[MUD-Dev] RE: In game bulletin boards vs. Web based.</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Tue 09 Jun 1998, 20:31 GMT
</LI>
<LI><strong><A NAME="00961" HREF="msg00961.html">[MUD-Dev] Re: In game bulletin boards vs. Web based.</A></strong>, 
Michael.Willey <a href="mailto:Michael.Willey#abnamro,com">Michael.Willey#abnamro,com</a>, Thu 11 Jun 1998, 14:26 GMT
<UL>
<LI><strong><A NAME="00967" HREF="msg00967.html">[MUD-Dev] Re: In game bulletin boards vs. Web based.</A></strong>, 
Jo Dillon <a href="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</a>, Thu 11 Jun 1998, 17:27 GMT
<UL>
<LI><strong><A NAME="01001" HREF="msg01001.html">[MUD-Dev] PC 99 standard Re: In game bulletin boards vs. Web based.</A></strong>, 
Mike Sellers <a href="mailto:mike#bignetwork,com">mike#bignetwork,com</a>, Fri 12 Jun 1998, 16:39 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>