> What is the best way of forcing a file to be opened by only one > process at a time? You might be interested in mandatory file locking via setgid. Mount using option mand and then use lockf. There are pitfalls, though. Manas