1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] PDMud (was Re: Bruce Sterling on Virtual Community goals) -->
<!--X-From-R13: @vxynf Syzdivfg <q97ryzNqgrx.punyzref.fr> -->
<!--X-Date: Thu, 22 Oct 1998 04:19:15 &#45;0700 -->
<!--X-Message-Id: Pine.SOL.3.96.981022125835.2984A&#45;100000#licia,dtek.chalmers.se -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 2b95ef72.362e8cc4#aol,com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] PDMud (was Re: Bruce Sterling on Virtual Community g</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:d97elm#dtek,chalmers.se">
</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="msg00346.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00348.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00331.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00309.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00347">Author</A>
&nbsp;|&nbsp;<A HREF="#00347">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00347">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] PDMud (was Re: Bruce Sterling on Virtual Community goals)</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] PDMud (was Re: Bruce Sterling on Virtual Community goals)</LI>
<LI><em>From</em>: Niklas Elmqvist &lt;<A HREF="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</A>&gt;</LI>
<LI><em>Date</em>: Thu, 22 Oct 1998 13:16:29 +0200 (MET DST)</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 Wed, 21 Oct 1998 ApplePiMan#aol,com wrote:

[Module interdependencies:]
&gt; Making assumptions about the existence of any particular module is a big 
&gt; mistake, IMO. One of my personal pet projects (not necessarily something 
&gt; my company will be doing) is a Wild West world, where there would be *no* 
&gt; MagicModule, standard or otherwise. While I realize you were merely using 
&gt; that as an example, I'm sure I could, given time, envision a world where 
&gt; just about any "standard" module you care to mention would not be 
&gt; applicable.

That's exactly my point. Inter-module dependencies should be very loose
and only cemented at run-time if it is absolutely necessary. Ideally, all
modules should communicate using a central message hub and not talk to
each other at all. This is the solution which IMHO is the most
"conceptually clean" one. If this becomes inefficient, we may need a
better mechanism for two modules to exchange data directly. 

So if you added a MagicModule to a PDMud running with a Wild West world,
it would just sit idle and vainly listen for MagicCommand requests on the
message hub. No other module would be interested in it when it says "i'm
here and I support the following requests" upon bootstrapping.

&gt; IOW, I think modules would have to register themselves at runtime, with 
&gt; the assumption being that are *none* until that registration takes place.

Yes. Some modules would not even have to check for modules which can
service its request, it would just emit the request/message to a data
chain. A network I/O module could just emit messages containing input from
the clients (along with socket information for identification) and not
care which module handles them, if at all.

&gt; &gt;Admittedly, you need *some* kind of coordination between modules. The
&gt; &gt;ParserModule must know the acceptable commands supported by the
&gt; &gt;other modules (or does it? Maybe this could be polled by a message from
&gt; &gt;the ParserModule: "Okay, send me your command grammars along with a way of
&gt; &gt;packaging this into a request you can capture.").
&gt; 
&gt; Exactly. The module itself should tell the ParserModule (or better yet 
&gt; some lower-level traffic director) when and how it wants to be called. 

Indeed. And this is something which not should be set into stone since
modules could potentially be unloaded and replaced at run-time. For
example, it should be possible to replace the parser module at anytime for
a newer version, and the new parser would have to emit a "tell me your
command capabilities and message format" request to which affected modules
would respond. 

&gt; Anything less will limit the imagination of world designers. Perhaps I'm 
&gt; atypical here, but I think limiting generated worlds to high fantasy, 
&gt; with passing thought given to sci-fi, is far too constrictive. I want to 
&gt; be able to model any world I can imagine.

Maybe this post is pointless in that I don't really object to (more like
wholeheartedly agree with) anything said in the original post, but this is
also what I would like to see. And by using a native code module model,
we'll hopefully be able to support any kind of world *efficiently*.

&gt; -Rick.

-- Niklas Elmqvist (d97elm#dtek,chalmers.se) ----------------------
  "The trouble with being a god is that you've got no one to 
   pray to."
		-- Terry Pratchett, Small Gods



</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="00331" HREF="msg00331.html">[MUD-Dev] PDMud (was Re: Bruce Sterling on Virtual Community goals)</A></STRONG>
<UL><LI><EM>From:</EM> ApplePiMan#aol,com</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00346.html">[MUD-Dev] Re: evil - good realism</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00348.html">[MUD-Dev] Re: PDMud (was Re: Bruce Sterling on Virtual Community goals)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00331.html">[MUD-Dev] PDMud (was Re: Bruce Sterling on Virtual Community goals)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00309.html">[MUD-Dev] Re: evil - good realism</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00347"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00347"><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: PDMud (was Re: Bruce Sterling on Virtual Community goals)</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00437" HREF="msg00437.html">[MUD-Dev] Re: PDMud (was Re: Bruce Sterling on Virtual Community goals)</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 24 Oct 1998, 00:48 GMT
</LI>
<LI><strong><A NAME="00439" HREF="msg00439.html">[MUD-Dev] Re: PDMud (was Re: Bruce Sterling on Virtual Community goals)</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 24 Oct 1998, 01:09 GMT
</LI>
<LI><strong><A NAME="00448" HREF="msg00448.html">[MUD-Dev] Re: PDMud (was Re: Bruce Sterling on Virtual Community goals)</A></strong>, 
Bruce Mitchener, Jr. <a href="mailto:bruce#puremagic,com">bruce#puremagic,com</a>, Sat 24 Oct 1998, 03:33 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00331" HREF="msg00331.html">[MUD-Dev] PDMud (was Re: Bruce Sterling on Virtual Community goals)</A></strong>, 
ApplePiMan <a href="mailto:ApplePiMan#aol,com">ApplePiMan#aol,com</a>, Thu 22 Oct 1998, 01:45 GMT
<UL>
<LI><strong><A NAME="00347" HREF="msg00347.html">[MUD-Dev] PDMud (was Re: Bruce Sterling on Virtual Community goals)</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Thu 22 Oct 1998, 11:19 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00309" HREF="msg00309.html">[MUD-Dev] Re: evil - good realism</A></strong>, 
Wilburn, E.J. <a href="mailto:WilburnE#kochind,com">WilburnE#kochind,com</a>, Wed 21 Oct 1998, 18:03 GMT
<UL>
<LI><strong><A NAME="00362" HREF="msg00362.html">[MUD-Dev] Re: evil - good realism</A></strong>, 
Orion Henry <a href="mailto:orionz#ix,netcom.com">orionz#ix,netcom.com</a>, Thu 22 Oct 1998, 19:51 GMT
<UL>
<LI><strong><A NAME="00384" HREF="msg00384.html">[MUD-Dev] Re: evil - good realism</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Fri 23 Oct 1998, 04:04 GMT
</LI>
</UL>
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00310" HREF="msg00310.html">[MUD-Dev] Re: evil - good realism</A></strong>, 
S. Patrick Gallaty <a href="mailto:choke#sirius,com">choke#sirius,com</a>, Wed 21 Oct 1998, 18:07 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>