Monday, December 15, 2003, 6:52:38 PM, Stephen McConnell wrote: [snip] >>>In particular we have the following (implementation) reference: >>> >>> System.runFinalization(): >>> >>> >>[snip] >> >>"Deprecated. This method is inherently unsafe. It may result in >>finalizers being called on live objects while other threads are >>concurrently manipulating those objects, resulting in erratic behavior >>or deadlock." >> > > The System.runFinalization() is not depricated - at least according to > the 1.4.2 documentation. Maybe your thinkinbg of the > runFinializationOnExt( boolean ) which is deprecated.
Oops! True, I meant runFinializationOnExit. Maybe this works then. OTOH the components may finalized before the proxy, as it was proven in another mail, so... -- Best regards, Daniel Dekany --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
