aspose file tools
The moose likes Java in General and the fly likes Object put on ThreadLocal gc-ed automatically if thread is dead? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Object put on ThreadLocal gc-ed automatically if thread is dead?" Watch "Object put on ThreadLocal gc-ed automatically if thread is dead?" New topic
Author

Object put on ThreadLocal gc-ed automatically if thread is dead?

pete johnson
Greenhorn

Joined: Mar 24, 2005
Posts: 19
hi, i am doing a servlet/jsp application in which
i put an object on ThreadLocal each time a user
requests some from the application. as you know,
servlet/jsp uses single-threaded model. so the thread for a user
is dead after the application renders a page to
the user. how about the object put on ThreadLocal at
the beginning? i think it cannot be garbage-collected
automatically, but i am not sure. just want to hear
from some experts here.

thanks, pete
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
Moving to Threads and Synchronization...


The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Object put on ThreadLocal gc-ed automatically if thread is dead?
 
Similar Threads
Object put on ThreadLocal gc-ed automatically if thread is dead?
ThreadLocal
daemon threads
Advantage of Threadlocal over session object
What is ThreadLocal