Path: utzoo!attcan!uunet!pallas!wally From: wally@pallas.UUCP (Wally Hartshorn) Newsgroups: comp.sys.amiga.tech Subject: Re: Help on request 4 info on aux: and related stuff Summary: Why not use double-buffering? Keywords: modem transfer protocols Message-ID: <216@pallas.UUCP> Date: 18 Nov 89 18:51:26 GMT References: <8911162131.AA06419@decwrl.dec.com> Reply-To: wally@pallas.UUCP (Wally Hartshorn) Organization: Athenanet, Inc., Springfield, Illinois Lines: 8 You mentioned that your program sometimes hiccups when it gets to the 16K mark and writes out the data. What I'd like to see is a program that has TWO input buffers. When the one gets full, it then switches to the second one while the first is being written to disk. Presumably this would reduce or eliminate any slowdown caused by writing out the buffer. Wally (uunet!pallas!wally or wally@athenanet.com)