Re: [vos-d] gc

2008-02-18 Thread Peter Amstutz
On Sat, Feb 16, 2008 at 05:27:38AM +, Lalo Martins wrote: > Also spracht Lalo Martins (Fri, 15 Feb 2008 06:20:22 +): > > (Now, on my original design, web pages would be "transient views", > > meaning, there is a ViewImplementation that writes to the WebRequest, > > but it never actually ret

Re: [vos-d] gc

2008-02-15 Thread Lalo Martins
hate to answer myself, but :-) The recipe for "transient" objects is: factory.create(core::SiteWrapper(), fooComponent::implementation()) It will have no site, and its vobjectId will be 0. And it won't be in any site's vobjectTable, so when the refcount reaches 0, it's gone. best,