From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4506d967646c9cd2dd052fb9f5356c7f@plan9.bell-labs.com> To: 9fans@9fans.net Date: Wed, 12 Nov 2008 14:13:46 -0500 From: geoff@plan9.bell-labs.com In-Reply-To: <5d375e920811121100o15702c64ufb6e367220606058@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Do we have a catalog of 9P servers? Topicbox-Message-UUID: 3f6ef9b2-ead4-11e9-9d60-3106f5b1d025 stat(5) specifies exclusive-access files, which we do use for locking. In what sense is that not `doing locking'? It's not POSIX byte-range read- or write-locking per fcntl, but it's not clear to me how often that's actually useful. In quite a few situations, having a single process directly access a resource and forcing all other accesses through that process suffices.