From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] tree problem Date: Thu, 3 May 2007 18:30:19 +0100 From: rog@vitanuova.com In-Reply-To: <599f06db0705030925h57ec834dx56a694a2d82f0e1c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 577f5990-ead2-11e9-9d60-3106f5b1d025 > I want each clunk, not the last one... there will be at most one clunk for an open file, as it's illegal to clone an open fid. in the usual case (when clients are being non-malicious) destroyfid on an open file will be trigged by that clunk. it does seem a pity that there seems to be no way of delaying the response to a clunk without stopping the server read loop.