From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] venti workalike in Python In-Reply-To: Your message of "Thu, 11 Dec 2003 09:46:02 GMT." From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2526.1071159828.1@t40.swtch.com> Message-Id: Date: Thu, 11 Dec 2003 11:23:48 -0500 Topicbox-Message-UUID: 9f6ea752-eacc-11e9-9e20-41e7f4b1d025 > > > Having said that, is there any documentation on the venti protocol apart > > > from the source? > > > > Not really, but here's a summary. > > > > Venti uses a simple RPC protocol with only a few messages: > > ... > > Many thanks. > > > size[2] QSync tag[1] > > size[2] RSync tag[1] > > These aren't in the source I have. Presumably they were added relatively > recently. I assume they mean save all transactions to disk? I added them about a year ago. Sync means "don't return until everything I've sent up to this point is committed to disk". Russ