Display:
Sorted by Most Recent
02 OCT 08
[JavaSpecialists 164] - Why 0x61c88647? SAVE
PEOPLE
Prior to Java 1.4, ThreadLocals caused thread contention, rendering them useless for performant code. In the new design, each thread contains its own ThreadLocalMap, thus improving throughput. However, we still face the possibility of memory leaks due to values not being cleared out of the ThreadLocalMap with long running threads.
TAGS
21 SEP 07