From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0ac84047437de1ce63bb149ae272d119@9netics.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 09:59:39 -0800 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <82c890d00603010921l4d284202t3c9883c83b139946@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 08185704-ead1-11e9-9d60-3106f5b1d025 > The options people are saying are: wait for Tclunk or do special > write request like wikifs, or have a buffer that is managed with that > ctl. > > and what i ask about is how the people handle this :) > > Reading the responses i think i will try first buffering and parsing > when Tclunk. would it be unreasonable to give what's written to 'ctl' to another thread that does the parsing based on seeing '\n'?