Why would the application object itself need to be garbage collected?
On Wed, May 19, 2010 at 8:53 AM, Adriano dos Santos Fernandes <adrian...@gmail.com> wrote: > On 19/05/2010 09:50, Alex Objelean wrote: >> >> I still don't see why using InheritableThreadLocal would introduce memory >> leaks when dealing with threads. Do you have a good example to prove it? I >> don't see any difference... >> > > The application instance would go to arbitrary (like ones possible created > by Java core library) and would never be garbaged collected. > > > Adriano > >