Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!brutus.cs.uiuc.edu!apple!rutgers!mcnc!rti!trt From: trt@rti.UUCP (Thomas Truscott) Newsgroups: comp.unix.questions Subject: Re: fopen ( ..., "a" ) --- how does the "a" work? Summary: Stateful beats stateless every time Message-ID: <3319@rti.UUCP> Date: 8 Dec 89 16:33:52 GMT References: <3250@hub.UUCP> <236@dg.dg.com> Organization: Research Triangle Institute, RTP, NC Lines: 11 > It is important to point out that use of "a" mode is some circumstances > will not work as anticipated. ... [problems with NFS noted] > Had this been a stateful protocol ("append x bytes to file y") and multiple > requests were delivered, one could easily see a datafile with a bad > case of the "stutters." Except of course that stateful protocols invariably have "at most once" semantics. Since it is stateful the protocol can easily detect and discard the duplicate requests. Tom Truscott