Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!JPAYNE@BBNG.ARPA From: JPAYNE@BBNG.ARPA Newsgroups: net.unix-wizards Subject: pipes Message-ID: <14534@sri-arpa.UUCP> Date: Mon, 12-Dec-83 12:19:00 EST Article-I.D.: sri-arpa.14534 Posted: Mon Dec 12 12:19:00 1983 Date-Received: Thu, 15-Dec-83 01:53:32 EST Lines: 8 Concerning ANY REAL, i.e. bsd or bell, unix systems. I have several processes all writing to the same pipe at once. If in those processes I say: write(p[1], buf, 100); can I depend on all 100 bytes being together, even if somebody else decides to write at or about the same time?