Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sbcs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!mcnc!philabs!sbcs!divy From: divy@sbcs.UUCP (Divyakant Agrawal) Newsgroups: net.unix Subject: UNIX 4.2 file system query Message-ID: <239@sbcs.UUCP> Date: Sun, 21-Apr-85 13:29:54 EST Article-I.D.: sbcs.239 Posted: Sun Apr 21 13:29:54 1985 Date-Received: Thu, 25-Apr-85 08:18:54 EST Distribution: net Organization: Computer Science Dept, SUNY@Stony Brook Lines: 15 UNIX 4.2 allows files to be opened in append mode. I would like to know if this is "Atomic Append". For example, if two programs open the same file in append mode, and append few blocks to the file then is it true that the blocks will be appended in order (that is first all the blocks of first program followed by the blocks of the second program, or vice-versa). Also, if this is true then is the granularity of atomicity is at block level or is arbitrary. Thanks in advance. divy