Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!rutgers!sri-spam!nike!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.amiga Subject: Re: Disk Buffering Message-ID: <8610030555.AA10988@cory.Berkeley.EDU> Date: Fri, 3-Oct-86 01:55:44 EDT Article-I.D.: cory.8610030555.AA10988 Posted: Fri Oct 3 01:55:44 1986 Date-Received: Sat, 4-Oct-86 10:02:00 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 15 Yes, of course I know about AddBuffers. I thought I made it clear that what Addbuffers does is NOT what is needed (or am I wrong? Does AddBuffers cache sectors or tracks?) In any case what currently exists is almost useless. It helps a little on directories, and very small executables, but not much else. I want to be able to read two semi-long files off disk at the same time without a track to track every 512 bytes, as is happenning currently. I think that multiple track buffering WITHOUT sector caching (or reserving sector caching to accesses which are way off key) would work an order of magnitude better than the current scheme. -Matt