Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!primerd!ENI!!EAF From: EAF@.Prime.COM Newsgroups: comp.lang.misc Subject: Re: Query Message-ID: <126800007@.Prime.COM> Date: 15 Aug 90 08:12:00 GMT References: <5754@uwm.edu> Lines: 14 Nf-ID: #R:uwm.edu:-575400::126800007:000:672 Nf-From: .Prime.COM!EAF Aug 15 08:12:00 1990 It depends on the way in which your computer buffers data. Many computers double buffer data. That is they read it in as disk blocks and keep it in main memory. When you ask for the next sentence, they get it from the block of memory which contains the whole disk block, avoiding I/O. If double buffering is not used on your computer, you would save time as well as wear and tear by emulating double buffering. Edward A. Feustel | efeustel@primerd.prime.com Prime Computer | eaf@res-c4.prime.com.xa 500 Old Connecticut Path | mit-eddie!primerd!efeustel Framingham, Ma. 01701-4548 | (508)-879-2960 x3846