You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Peter Donald <pe...@apache.org> on 2002/06/08 06:46:25 UTC

Re: [Design] ContainerManager is under fire--let's find the best resolution

At 06:41 PM 6/7/2002 -0700, you wrote:
>With a combination of dynamic proxies and the Object.finalize() method
>it should be possible to use the VM's garbage collector to release a
>component.  This would be transparent to both the client and the
>component.

+1

This is what excalibur does except it also has an invalidate (rather than 
finalize) to do the work and it also invalidates the proxy aswell (making 
it impossible to use a deleted componet).


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>