Xref: utzoo news.software.nn:925 comp.unix.ultrix:4360 comp.unix.wizards:23693 Path: utzoo!utgpu!news-server.csri.toronto.edu!math.lsa.umich.edu!zaphod.mps.ohio-state.edu!samsung!cs.utexas.edu!uunet!mcsun!i2unix!inria!ircam!mf From: mf@ircam.ircam.fr (Michel Fingerhut) Newsgroups: news.software.nn,comp.unix.ultrix,comp.unix.wizards Subject: Re: robust locking Message-ID: <1990Aug29.071413.5063@ircam.ircam.fr> Date: 29 Aug 90 07:14:13 GMT References: <2320@cirrusl.UUCP> <1990Aug28.221048.12023@iwarp.intel.com> Organization: IRCAM, Paris (France) Lines: 8 Randal Schwartz writes: >Isn't the proper solution something like lockf? Or is that a BSD-ism [...] Unfortunately it (lockf) may be a BSD-ism, but not common to all BSD systems. I tried using it on a local network of 4.3BSD+NFS, SunOS3.5 and Ultrix3.0, all BSD or derived from it, and claiming to have lockf. While the 4.3 and Sun could lock each other correctly, Ultrix did not. Nor could it be locked. But then... should one be surprized?