From owner-freebsd-questions Sat Dec 11 6:26:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gerpa.ru (gerpa.ru [212.24.32.162]) by hub.freebsd.org (Postfix) with ESMTP id 8FB0314FCE for ; Sat, 11 Dec 1999 06:26:36 -0800 (PST) (envelope-from matrix@gerpa.ru) Received: from localhost (matrix@localhost) by gerpa.ru (8.9.3/8.9.3) with SMTP id RAA03862 for ; Sat, 11 Dec 1999 17:34:21 +0300 (MSK) Date: Sat, 11 Dec 1999 17:34:21 +0300 (MSK) From: Artem Koutchine To: questions@freebsd.org Subject: Reliable locking on all FSes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What must i do to reliably lock a file on any fs. I mean locking technology which works on any file system starting from lock UFS and to NFS and so on. I know that normal .lock locking does work on NFS and flock locking works ONLY on locla FS. So, what should I do? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message