Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix Subject: Re: resident files Message-ID: <359@brl-tgr.ARPA> Date: Thu, 1-Aug-85 04:10:31 EDT Article-I.D.: brl-tgr.359 Posted: Thu Aug 1 04:10:31 1985 Date-Received: Fri, 2-Aug-85 22:30:29 EDT References: <644@cybvax0.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 10 > Is there a facility in un*x to move a file into memory while it's open ? You'd need one hell of a lot of memory. Also, files are not static objects; they can grow on you. Now, if you just want to pretend a file is in your process's virtual address space, that's being worked on in several places and has been implemented on other OSes. Is your virtual address space large enough?