Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 211238da6d926d1ca4390483bb29f586 > files > 76

coda-doc-5.2.0-4mdk.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE>RVM: Recoverable Virtual Memory, Release 1.3</TITLE>
 <LINK HREF="rvm_manual-1.html" REL=next>


</HEAD>
<BODY>
<A HREF="rvm_manual-1.html">Next</A>
Previous
Contents
<HR>
<H1>RVM: Recoverable Virtual Memory, Release 1.3</H1>

<H2>Henry M. Mashburn, Mahadev Satyanarayanan, David Steere, Yui W. Lee,<BR>
 School of Computer Science, Carnegie Mellon University</H2>
Thanks "This research was supported by the Defense Advanced Research Projects
Agency (Avionics Lab, Wright Research and Development Center,
Aeronautical Systems Division (AFSC), U.S. Air Force, Wright-Patterson
AFB, Ohio, 45433-6543 under Contract F33615-90-C-1465, ARPA Order
No. 7597).  The views and conclusions in this document are those of
the authors and do not represent the official policies of the funding
agency or Carnegie Mellon University."17 September 1997
<P><HR>
<EM>"RVM provides an unstructured recoverable virtual memory.  The
recoverable storage is represented by Unix files or disk partitions
that applications can map at page granularity into the address space
of a process.  Simple, non-nested atomic transactions guarantee
permanence of changes to recoverable storage across system crashes.
Applications can schedule transaction logging actions to enhance
performance.  The design stresses simplicity, ease of use, and high
performance.  Unix compatibility is standard, while optional
Mach-specific extensions are supported for additional flexibility and
performance.  RVM has been extensively used in the clients and servers
of the Coda File System, and in the Venari system.",</EM>
<HR>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="rvm_manual-1.html">Introduction</A></H2>

<UL>
<LI><A HREF="rvm_manual-1.html#ss1.1">1.1 Design Assumptions</A>
</UL>
<P>
<H2><A NAME="toc2">2.</A> <A HREF="rvm_manual-2.html">The RVM Design</A></H2>

<UL>
<LI><A HREF="rvm_manual-2.html#ss2.1">2.1 Recoverable Storage</A>
<LI><A HREF="rvm_manual-2.html#ss2.2">2.2 Transactions</A>
<LI><A HREF="rvm_manual-2.html#ss2.3">2.3 Concurrency in RVM</A>
<LI><A HREF="rvm_manual-2.html#ss2.4">2.4 Good Programming Practice</A>
</UL>
<P>
<H2><A NAME="toc3">3.</A> <A HREF="rvm_manual-3.html">RVM Library Specifications</A></H2>

<UL>
<LI><A HREF="rvm_manual-3.html#ss3.1">3.1 RVM Files and Structures</A>
<LI><A HREF="rvm_manual-3.html#ss3.2">3.2 Initialization, Options and Mapping</A>
<LI><A HREF="rvm_manual-3.html#ss3.3">3.3 Statistics Collection</A>
<LI><A HREF="rvm_manual-3.html#ss3.4">3.4 Address, Length, and Offset Arithmetic</A>
</UL>
<P>
<H2><A NAME="toc4">4.</A> <A HREF="rvm_manual-4.html">Library Functions</A></H2>

<UL>
<LI><A HREF="rvm_manual-4.html#ss4.1">4.1 Initialization, Options, and Mapping Functions</A>
<LI><A HREF="rvm_manual-4.html#ss4.2">4.2 Transaction Functions</A>
<LI><A HREF="rvm_manual-4.html#ss4.3">4.3 Log Control Operations</A>
<LI><A HREF="rvm_manual-4.html#ss4.4">4.4 Query and Statistics Functions</A>
</UL>
<P>
<H2><A NAME="toc5">5.</A> <A HREF="rvm_manual-5.html">RVM Segment Loader</A></H2>

<P>
<H2><A NAME="toc6">6.</A> <A HREF="rvm_manual-6.html">RDS, A Dynamic Heap Allocator for RVM </A></H2>

<UL>
<LI><A HREF="rvm_manual-6.html#ss6.1">6.1 Introduction to RDS</A>
<LI><A HREF="rvm_manual-6.html#ss6.2">6.2 Transactions and RDS</A>
</UL>
<P>
<H2><A NAME="toc7">7.</A> <A HREF="rvm_manual-7.html">RVM Internals</A></H2>

<UL>
<LI><A HREF="rvm_manual-7.html#ss7.1">7.1 Overview of RVM internal structure</A>
<LI><A HREF="rvm_manual-7.html#ss7.2">7.2 RVM application programming interface</A>
<LI><A HREF="rvm_manual-7.html#ss7.3">7.3 Structure of log</A>
<LI><A HREF="rvm_manual-7.html#ss7.4">7.4 Internal Data Structure</A>
<LI><A HREF="rvm_manual-7.html#ss7.5">7.5 RVM in action</A>
<LI><A HREF="rvm_manual-7.html#ss7.6">7.6 RVMUTL</A>
</UL>
<P>
<H2><A NAME="toc8">8.</A> <A HREF="rvm_manual-8.html">rvmutl, the RVM Maintenance Utility</A></H2>

<H2>Appendix</H2>
<P>
<H2><A NAME="toc9">9.</A> <A HREF="rvm_manual-9.html">RVM Import and Installation Instructions</A></H2>

<UL>
<LI><A HREF="rvm_manual-9.html#ss9.1">9.1 Differences from Previous Versions</A>
<LI><A HREF="rvm_manual-9.html#ss9.2">9.2 Importing RVM</A>
<LI><A HREF="rvm_manual-9.html#ss9.3">9.3 Machine/OS Dependent Fixes</A>
<LI><A HREF="rvm_manual-9.html#ss9.4">9.4 Installing RVM</A>
<LI><A HREF="rvm_manual-9.html#ss9.5">9.5 Testing RVM</A>
<LI><A HREF="rvm_manual-9.html#ss9.6">9.6 The Benchmark</A>
<LI><A HREF="rvm_manual-9.html#ss9.7">9.7 Contact with RVM Maintainers</A>
</UL>
<P>
<H2><A NAME="toc10">10.</A> <A HREF="rvm_manual-10.html">C Declaration for RVM</A></H2>

<BIBLIO STYLE="alpha" FILES="rvm_manual">
<HR>
<A HREF="rvm_manual-1.html">Next</A>
Previous
Contents
</BODY>
</HTML>