Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-19-2007, 01:07 PM
Member
 
Join Date: Jul 2007
Posts: 4
Ashish is on a distinguished road
When to use ThreadLocal
When should i use ThreadLocal? What would I acheive from that? Is there any scenerios where I should use ThreadLocal?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-19-2007, 03:28 PM
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.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 12-10-2007, 12:48 PM
Member
 
Join Date: Dec 2007
Posts: 3
ingle.anil is on a distinguished road
Global variable kind
let suppose you program is system and there may be may subsystems, how can you pass message between these subsystems ..lots of way in which you can do this ..one way is global variable.
think as subsystems is thread and that thread calls/calls lots of new threads ( sub subsystems ) in this sort of scenario you create ThreadLocal variable in parent class and use that in sub sub systems.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 04-23-2008, 07:50 PM
danielstoner's Avatar
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 117
danielstoner is on a distinguished road
Sorry ingle.anil but that doesn't make sense. ThreadLocal is not global variable at all. It is storage for a specificthread. Another thread cannot access that data. ThreadLocal can help you write code that is concurrency aware and needs to associate data with each execution thread. Managing DB statements can be a good example.
__________________
Daniel @ [www.littletutorials.com]
Language is froth on the surface of thought
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +3. The time now is 12:01 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org