Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!sundc!texsun!convex!datri From: datri@convex.com (Anthony A. Datri) Newsgroups: comp.sys.mips Subject: Re: file locking Message-ID: <110249@convex.convex.com> Date: 10 Dec 90 23:23:59 GMT References: Sender: news@convex.com Distribution: comp Organization: Convex Computer Corporation; Richardson, TX Lines: 9 > flock is emulated using the fcntl(2) mechanism and so file > locks obtained through the fcntl(2) and lockf(3) mechanisms > interact with those acquired via flock. If this is true, Mips is the first vendor that I've seen do it. One problem is that lockf/fcntl uses rpc.lockd, which I've not seen be solid on any platform. --