> From: QM [mailto:[EMAIL PROTECTED]
> Subject: Re: servlet context scope variables
> 
> Likely, no: finalization happens only on GC, which happens... well,
> pretty much when the JVM wants it to.

There is also the deprecated java.lang.System static method runFinalizersOnExit(), 
which is supposed to do what its name implies.  However, the documentation describes 
the operation as inherently unsafe. (I haven't looked at the JVM source yet to see how 
it's actually implemented.)

 - Chuck

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to