View Single Post
  #2 (permalink)  
Old 07-19-2007, 03:28 PM
oregon oregon is offline
Member
 
Join Date: Jul 2007
Posts: 41
oregon is on a distinguished road
You usually use a ThreadLocal when you have several threads that needs to have its own local data.
Reply With Quote