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!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!cmcl2!seismo!brl-tgr!tgr!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.unix Subject: Re: Buffering problems in pipes Message-ID: <847@brl-tgr.ARPA> Date: Wed, 18-Dec-85 15:35:25 EST Article-I.D.: brl-tgr.847 Posted: Wed Dec 18 15:35:25 1985 Date-Received: Fri, 20-Dec-85 05:05:13 EST Sender: news@brl-tgr.ARPA Lines: 10 I think it would be a nice idea if the STDIO package would treat pipes much like terminals by default; i.e., not try to fill the whole BUFSIZ buffer but just use whatever data the read() returns. (I don't think anything useful can be done about output to a pipe, since allowing single-character write() would be too inefficient for general use.) Would this cause problems for anyone? If not, let's do it..