Re: [vos-d] Updated Road Map on Wiki

2008-02-15 Thread reed
Posted at: http://interreality.org/phorum/read.php?2,180,185#msg-185 reed wrote: lalo Wrote: It's not up to me, but I'd do a more testing r1 (r0?) earlier, maybe as A second preview release, similar to the one Pete made a little while ago with the user interface client, you mean? Sure,

[vos-d] gc

2008-02-15 Thread Lalo Martins
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 returns a View. This feature has been lost on Peter's implementation, but

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,