| 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
|
 |
 |
|
|
subject: Object put on ThreadLocal gc-ed automatically if thread is dead?
|
|
|