|
|
| Code Listing by Exploiting ThreadLocal to enhance scalability |
|---|
|
This gives an overview of the ThreadLocal class that appeared in the version 1.2 of the Java platform. It may be difficult to write thread-safe classes and it needs a thorough analysis of the conditions under which variables will be read or written. |
|
|