Brad Plies wrote:
> I am not aware of all the performance implications of
> this, but it should be possible to create a Thread to
> run on some interval you define which just infinitely
> loops a call for garbage collection (gc() right?) then
> goes back to sleep until next iteration.
> 

This is a very bad idea.  The JVM is much better at knowing
when and how to do GC.  Especially the newer JVM's with HotSpot.

Regards,

Glenn


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

Reply via email to