1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Re: Multi&#45;threaded mudding (was a flamefest) -->
<!--X-From-R13: "Xba O. Znzoreg" <wyflfvapNvk.argpbz.pbz> -->
<!--X-Date: from babe.globecomm.net [207.51.48.8] by mx4.ibm.net id 863151064.52948&#45;1 Fri May  9 04:11:04 1997 -->
<!--X-Message-Id: 199705090417.XAA10689@dfw&#45;ix8.ix.netcom.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:jlsysinc#ix,netcom.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="msg00338.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00340.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00320.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00303.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00339">Author</A>
&nbsp;|&nbsp;<A HREF="#00339">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00339">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</LI>
<LI><em>From</em>: "Jon A. Lambert" &lt;<A HREF="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 9 May 1997 00:20:21 -0400</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Hi Miro!  Glad to have you aboard.  :-)

Let me fetch some stuff from both posts first an then get on about
what I'm attempting to say.

[J Lambert said:]
&gt; &gt; An event-driven system would need: 
&gt; &gt; Cold                            Cold
&gt; &gt; Subsystem/ ----???? event ----&gt; Subsystem/
&gt; &gt; Object                          Object 
&gt;
&gt; From: Miroslav Silovic &lt;silovic#srce,hr&gt;
&gt; It's right there! :) -- Check $event_handler, which handles listening for
&gt; events, sending events and autoupdates (for instance, you can specify that
&gt; mob listens to events of a certain kind from another object, and that the
&gt; accepted sender changes as the mob moves). The idea with this system
&gt; is that event that is supposed to propagate to a large number of objects
&gt; only hits those objects that care about it.
&gt; 
&gt;:  From: Miroslav Silovic &lt;silovic#srce,hr&gt;
&gt;: This is an answer to both of the above. Currently Cold uses $scheduler to
&gt;: implement timed pause (i.e. to keep the task suspended for a number of
&gt;: seconds). The normal way of implementing 'animation' is to schedule
&gt;: next move of the monster to some time in the future, and to cancel the
&gt;: scheduled task if anything else happens. Don't get me wrong, even though
&gt;: it's currently implemented in the core and runs off heartbeat (basically
&gt;: $scheduler object checks the task queue every few seconds and resumes
&gt;: the tasks that need it), it properly belongs to the driver.

OK, Let me agree that Cold is event driven.  Cold is a generic interactive server.
You are not restricted to programming a mud with it.  The events modeled
within the cold language, because of the application's nature, are "computer"
events.  Objects in the core like $connection, $scheduler, and $event_handler
require a "data processing" view to the application.  There is nothing
wrong with this, it allows great flexibility.

What I am attempting to accomplish is a programmable game server.  The scope
of my core language is limited to objects that are game oriented.  All of the
the objects you mention above have been consigned to the dispatcher as they
have little to do with the "game".  Also all events that take place within visibility
of the interactive mud language are game related and implemented by providing
both syntax constructs and multiple $root classes like $player, $thing, $location 
and game system abstract classes like $help, $table, etc.  Its the bare essentials
on which to build a number of FRPG rules systems on.

The hopeful reasoning behind this is that I don't require builders to be coders
in the traditional sense.  I can build an interactive environment where events and 
objects reside strictly within the problem domain.  Put a "visual" framework
around this interactive programming environment and I hope to have something
that will attract hard-core RPG game players and game masters.


JL
 

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00338.html">Administrative notes</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00340.html">Re: Client&lt;-&gt;mud compression protocol</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00320.html">Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00303.html">Re: Multi-threaded mudding (was a flamefest)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00339"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00339"><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]  Re: Multi-threaded mudding (was a flamefest)</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00315" HREF="msg00315.html">Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sat 03 May 1997, 12:15 GMT
<UL>
<LI><strong><A NAME="00322" HREF="msg00322.html">Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</A></strong>, 
Miroslav Silovic <a href="mailto:silovic#srce,hr">silovic#srce,hr</a>, Sun 04 May 1997, 12:45 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00321" HREF="msg00321.html">Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Sun 04 May 1997, 11:28 GMT
</LI>
<LI><strong><A NAME="00320" HREF="msg00320.html">Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Sun 04 May 1997, 11:30 GMT
</LI>
<LI><strong><A NAME="00339" HREF="msg00339.html">Re: [MUD-Dev]  Re: Multi-threaded mudding (was a flamefest)</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Fri 09 May 1997, 11:11 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00303" HREF="msg00303.html">Re: Multi-threaded mudding (was a flamefest)</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Fri 02 May 1997, 03:35 GMT
<LI><strong><A NAME="00302" HREF="msg00302.html">parsing</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 01 May 1997, 12:56 GMT
<LI><strong><A NAME="00298" HREF="msg00298.html">Re: (fwd) Re: Death in Muds -(also Birth, Imprisonment, Aging, and skill development)</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Wed 30 Apr 1997, 09:39 GMT
<LI><strong><A NAME="00294" HREF="msg00294.html">Re: [MUD-Dev] Re: Combat</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Wed 30 Apr 1997, 02:19 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>