From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <084aad79b31fa3680c6e5b68ec963608@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] 9p and how can I know when a write is finished Date: Wed, 1 Mar 2006 18:10:13 +0000 From: rog@vitanuova.com In-Reply-To: <4405D850.4080709@lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 081d8a62-ead1-11e9-9d60-3106f5b1d025 > If you're worried about conflicting writes from different writers, maybe > you can set the '1' attribute and then only one person gets to open it > and write to it? it doesn't matter as long as every writer opens the file independently. (the server then buffers on a per-fid basis). BTW, the "perform action on clunk" choice has another potential problem (besides lack of diagnostic feedback) - it forces the file to be opened once for each control request, which implies at least 3 more 9p requests each time. probably not an issue, but might become one if doing many such requests over a network.