1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]	Introduction -->
<!--X-From-R13: ptNnzv&#45;pt.UenlEntr.Sqzbagba.OP.QO (Quevf Uenl) -->
<!--X-Date: from scipio.globecomm.net [207.51.48.12] by mx01.ny.us.ibm.net id 863503479.59025&#45;1 Tue May 13 06:04:39 1997 -->
<!--X-Message-Id: 9705130221.7zuf@ami&#45;cg.GraySage.Edmonton.AB.CA -->
<!--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]	Introduction</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">
</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="msg00425.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00426.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00552.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00437.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00424">Author</A>
&nbsp;|&nbsp;<A HREF="#00424">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00424">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]	Introduction</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]	Introduction</LI>
<LI><em>From</em>: <A HREF="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</A> (Chris Gray)</LI>
<LI><em>Date</em>: Mon, 12 May 97 19:21:38 MST</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[Ling:]
:What's a cycle?  When I mean disk based, I was thinking along the lines of
:how present LPs work, load in object, hang around in memory until swapped
:out due to lack of activity (including everyone leaving an area) or
:destroyed.  Basically, I don't know of another method of doing it.  I
:wanna keep the ability in LPs to play around objects whilst online and
:crash the place. :)

I too would like to know what a 'cycle' is in this context.

Another way to have a disk-based system is to have a cache much like
CPU's use for memory, OS's use for pages, traditional DB's use for
records, etc. When a record/whatever is needed, look for it in the
in-memory cache. If found, use and move to the head of the LRU list. If
not found, you have to read it from disk. If your cache is full (most
will have a configured maximum), then go punt the least recently used
entry, so that it will have to be re-read from disk if referenced.

You can also chose between write-though and non-write-through, just
like some CPUs let you (?). With a write-though cache, all changes are
written to disk right away. With non-write-through, the changes are just
made in the cache, and the cache entry must be written to disk before
it can be purged and the space re-used. This purging can also be going
on as a background activity. I use non-write-through, and don't have
a background writer-to-disk.

LP's system sounds like more of a custom setup. It *ought* to be able
to work better, but it's also likely harder to implement properly.

--
Chris Gray   cg#ami-cg,GraySage.Edmonton.AB.CA

</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="00437" HREF="msg00437.html">Re: [MUD-Dev] Introduction</A></strong>
<ul compact><li><em>From:</em> Dan Root &lt;dar#thekeep,org&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00425.html">Re: [MUD-Dev]	Introduction</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00426.html">Re: [MUD-Dev] Re: Administrative notes</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00552.html">Re: [MUD-Dev] Introduction</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00437.html">Re: [MUD-Dev] Introduction</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00424"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00424"><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] Introduction</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00467" HREF="msg00467.html">Re: [MUD-Dev] Introduction</A></strong>, 
Miroslav Silovic <a href="mailto:silovic#srce,hr">silovic#srce,hr</a>, Wed 14 May 1997, 22:44 GMT
<UL>
<LI><strong><A NAME="00507" HREF="msg00507.html">Re: [MUD-Dev] Introduction</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Sat 17 May 1997, 00:38 GMT
<UL>
<LI><strong><A NAME="00517" HREF="msg00517.html">Re: [MUD-Dev] Introduction</A></strong>, 
Miroslav Silovic <a href="mailto:silovic#srce,hr">silovic#srce,hr</a>, Sat 17 May 1997, 10:06 GMT
<UL>
<LI><strong><A NAME="00552" HREF="msg00552.html">Re: [MUD-Dev] Introduction</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Sun 18 May 1997, 07:43 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00424" HREF="msg00424.html">Re: [MUD-Dev]	Introduction</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 13 May 1997, 13:04 GMT
<UL>
<LI><strong><A NAME="00437" HREF="msg00437.html">Re: [MUD-Dev] Introduction</A></strong>, 
Dan Root <a href="mailto:dar#thekeep,org">dar#thekeep,org</a>, Wed 14 May 1997, 01:27 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00477" HREF="msg00477.html">Re: [MUD-Dev]	Introduction</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 15 May 1997, 22:04 GMT
<UL>
<LI><strong><A NAME="00488" HREF="msg00488.html">Re: [MUD-Dev] Introduction</A></strong>, 
Dan Root <a href="mailto:dar#thekeep,org">dar#thekeep,org</a>, Fri 16 May 1997, 04:07 GMT
</LI>
<LI><strong><A NAME="00492" HREF="msg00492.html">Re: [MUD-Dev] Introduction</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Fri 16 May 1997, 07:49 GMT
</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>