<!-- MHonArc v2.4.4 --> <!--X-Subject: {MUD} Re: various (MUD) --> <!--X-From-R13: nyrkbNfncvraf.pbz (Oyrk Aera) --> <!--X-Date: from 194.78.48.181 [194.78.48.181] by mx01.ny.us.ibm.net id 840967242.103135-1 Sun Aug 25 10:00:42 1996 --> <!--X-Message-Id: 32200d5a.6711009#squid,sapiens.com --> <!--X-Content-Type: text/plain --> <!--X-Reference: Pine.SOL.3.94.960819230913.2495E-100000#eduserv1,rug.ac.be --> <!--X-Reference: 9608201042.ZM17986#xsvr1,cup.hp.com --> <!--X-Reference: 321ab54f.1279920638#squid,sapiens.com --> <!--X-Reference: 9608210939.ZM4187#xsvr1,cup.hp.com --> <!--X-Reference: 321c48ca.1383211132#squid,sapiens.com --> <!--X-Reference: 9608221539.ZM2906#xsvr1,cup.hp.com --> <!--X-Head-End--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>MUD-Dev message, {MUD} Re: various (MUD)</title> <!-- meta name="robots" content="noindex,nofollow" --> <link rev="made" href="mailto:alexo#sapiens,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> [ <a href="../">Other Periods</a> | <a href="../../">Other mailing lists</a> | <a href="/search.php3">Search</a> ] <br clear=all><hr> <!--X-Body-Begin--> <!--X-User-Header--> <!--X-User-Header-End--> <!--X-TopPNI--> Date: [ <a href="msg00012.html">Previous</a> | <a href="msg00014.html">Next</a> ] Thread: [ <a href="msg00027.html">Previous</a> | <a href="msg00023.html">Next</a> ] Index: [ <A HREF="author.html#00013">Author</A> | <A HREF="#00013">Date</A> | <A HREF="thread.html#00013">Thread</A> ] <!--X-TopPNI-End--> <!--X-MsgBody--> <!--X-Subject-Header-Begin--> <H1>{MUD} Re: various (MUD)</H1> <HR> <!--X-Subject-Header-End--> <!--X-Head-of-Message--> <UL> <LI><em>To</em>: <A HREF="mailto:mud#megami,ibase.be">mud#megami,ibase.be</A></LI> <LI><em>Subject</em>: {MUD} Re: various (MUD)</LI> <LI><em>From</em>: <A HREF="mailto:alexo#sapiens,com">alexo#sapiens,com</A> (Alex Oren)</LI> <LI><em>Date</em>: Sun, 25 Aug 1996 09:20:05 GMT</LI> <LI><em>Reply-To</em>: <A HREF="mailto:mud#megami,ibase.be">mud#megami,ibase.be</A></LI> <LI><em>Sender</em>: <A HREF="mailto:owner-mud#megami,ibase.be">owner-mud#megami,ibase.be</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 Thu, 22 Aug 1996 15:39:31 -0700, ChrisL wrote: } On Aug 22, 11:52am, Alex Oren wrote: } } > Consider the following event: } > } > { } > create new object $bubba } > $bubba.HairColor = "brown" } > at 11/12/2069 do $bubba.HairColor = "white" } > } } > } > How will this be processed? } } Diagrammed: } } Event #1 starts processing. } Event #1 creates $Bubba. } Event #1 calls $Bubba.haircolour("brown") } Event #1 sets up Event #2 in its C&C success list. } Event #1 (eventually) C&C's successfully. } $Bubba is committed with brown hair. } } Event #2 ripens and starts processing. } Event #1 calls $Bubba.haircolour("white") } Event #2 (eventually) C&C's successfully. } $Bubba is committed with white hair. } } The basic idea is that an event can define a number of other events which are } to be logged if the current event suceeds or fails. Does it done automatically or does the coder have to explicitly write something like: if Event_Successful then ... So, the stuff that has to be buffered until the successful C&C is: - I/O (outbound) - Starting of new events Did I miss any? (I think that no special treatment is needed for creating/destroying objects, since they may be created in the cache and written tto tthe DB along with the other C&C changes). Have fun, Alex. </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="00023" HREF="msg00023.html">Re: {MUD} Re: various (MUD)</A></strong> <ul compact><li><em>From:</em> "Chris Lawrence" <clawrenc#xsvr1,cup.hp.com></li></ul> </UL></LI></UL> <!--X-Follow-Ups-End--> <!--X-References--> <!--X-References-End--> <!--X-BotPNI--> <UL> <LI>Prev by Date: <STRONG><A HREF="msg00012.html">Re: {MUD} Re: Wout's mailing list.</A></STRONG> </LI> <LI>Next by Date: <STRONG><A HREF="msg00014.html">Re: {MUD} Re: Wout's mailing list.</A></STRONG> </LI> <LI>Prev by thread: <STRONG><A HREF="msg00027.html">{MUD} Mobile behaviour</A></STRONG> </LI> <LI>Next by thread: <STRONG><A HREF="msg00023.html">Re: {MUD} Re: various (MUD)</A></STRONG> </LI> <LI>Index(es): <UL> <LI><A HREF="index.html#00013"><STRONG>Date</STRONG></A></LI> <LI><A HREF="thread.html#00013"><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><A NAME="00027" HREF="msg00027.html">{MUD} Mobile behaviour</A></strong>, Chris Lawrence <a href="mailto:clawrenc#xsvr1,cup.hp.com">clawrenc#xsvr1,cup.hp.com</a>, Tue 27 Aug 1996, 02:40 GMT <LI><strong><A NAME="00013" HREF="msg00013.html">{MUD} Re: various (MUD)</A></strong>, Alex Oren <a href="mailto:alexo#sapiens,com">alexo#sapiens,com</a>, Sun 25 Aug 1996, 17:00 GMT <UL> <LI><strong><A NAME="00023" HREF="msg00023.html">Re: {MUD} Re: various (MUD)</A></strong>, Chris Lawrence <a href="mailto:clawrenc#xsvr1,cup.hp.com">clawrenc#xsvr1,cup.hp.com</a>, Tue 27 Aug 1996, 00:28 GMT <UL> <LI><strong><A NAME="00026" HREF="msg00026.html">Re: {MUD} Re: various (MUD)</A></strong>, Alex Oren <a href="mailto:alexo#sapiens,com">alexo#sapiens,com</a>, Tue 27 Aug 1996, 02:24 GMT <UL> <LI><strong><A NAME="00028" HREF="msg00028.html">Re: {MUD} Re: various (MUD)</A></strong>, Chris Lawrence <a href="mailto:clawrenc#xsvr1,cup.hp.com">clawrenc#xsvr1,cup.hp.com</a>, Tue 27 Aug 1996, 04:24 GMT <UL> <LI><strong><A NAME="00031" HREF="msg00031.html">Re: {MUD} Re: various (MUD)</A></strong>, Alex Oren <a href="mailto:alexo#sapiens,com">alexo#sapiens,com</a>, Tue 27 Aug 1996, 15:30 GMT </LI> </UL> </LI> </UL> </LI> </UL> </LI> </UL> </LI> </UL></BLOCKQUOTE> </ul> <hr> <center> [ <a href="../">Other Periods</a> | <a href="../../">Other mailing lists</a> | <a href="/search.php3">Search</a> ] </center> <hr> </body> </html>