From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 14 Jan 2011 14:13:48 -0500 To: 9fans@9fans.net Message-ID: In-Reply-To: <20110114181444.4910A5C04@mail.bitblocks.com> References: <4D2F5B74.5070908@gmail.com> <4D2F6345.4020408@gmail.com> <87lj2ofl58.wl%john@profusion.lvoc.net> <4D2FCB0D.6010800@gmail.com> <20110114181444.4910A5C04@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Plan9 topology Topicbox-Message-UUID: 9897c2e2-ead6-11e9-9d60-3106f5b1d025 > > > Not in the sense that you can purge specific files you don't > > > want and continue using the same venti. But you can do what a > > > copying garbage collector does -- it copies all the data > > > *reachable* from the data `roots' (a set of objects you know > > > you want). What is left behind is considered garbage and can > > > be recycled. > > > > that's wrong. there is no such function. > > Huh? I am just described what copying garbage collection > does. If you mean you can't do something similar with venti, > think about it! what i understood the op to mean was that venti arenas are garbage collectable. this is not true. arenas are write once, so it follows they must be impossible to garbage collect. venti is the block motel. blocks check in, but they never check out. - erik