Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards Subject: Re: RAM disk vs paging + buffer cache Message-ID: <2979@brl-smoke.ARPA> Date: Tue, 12-Aug-86 12:02:12 EDT Article-I.D.: brl-smok.2979 Posted: Tue Aug 12 12:02:12 1986 Date-Received: Wed, 13-Aug-86 09:19:15 EDT References: <514@opus.nbires.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 14 In article <514@opus.nbires.UUCP> rcd@nbires.UUCP (Dick Dunn) writes: >What generally-useful features does a RAM disk have that I didn't >consider? The way I look at it, a RAM disk is just one way to exploit cheap semiconductor technology within the existing model of computation. RAMs for such use will normally be slower than main memory RAM, therefore more affordable (min $/bit). Multi-level storage is the rule with large systems; ideally it would be transparent (as in Multics), but in practice "permanent storage" (disk) is different from "temporary storage" (core). The RAM disk on my Apple //e is useful because the Apple main memory management is a botch..