On Friday 17 October 2003 12:35, Leo Simons wrote: > Stephen McConnell wrote: > > Recent updates to the Merlin platform in CVS include support for > > auto-decomissioning of components that are no longer referenced. > > The following log is a very simple demonstration testcase that > > creates a bunch of non-referenced components, invokes the garbage > > collector, and logs the resulting component decommissioning by > > Merlin. > > what about 'active' components that are not referenced? Like a socket > server?
as long as there is a reference on the component object, I suppose that GC wont call finalize method (that would probably call component dispose) lots of supposition here ;)) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
