From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ronald G. Minnich" To: 9fans@cse.psu.edu Subject: Re: [9fans] what a mess the Unix world has become In-Reply-To: <3E46ACD7.50802@null.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Mon, 10 Feb 2003 08:20:07 -0700 Topicbox-Message-UUID: 56129d12-eacb-11e9-9e20-41e7f4b1d025 On Mon, 10 Feb 2003, Douglas A. Gwyn wrote: >There are > transaction-oriented filesystems (MUMPS comes to mind) > that cluster requests until a "commit" and implement a > well-defined rollback scheme when the commit is > unsuccessful. Actually at some point in the 90s NFS became like that on SunOS (well, minus the rollback system). That was about the time that close could return an error, meaning "remember those writes you did yesterday? Well, some of them may not have worked out, so you probably lost data. Have a nice day." Needless to say, many programs did not quite grasp the concept. ron