JAVA: Thread local variables
The C++ pattern is much more common with various ways to support thread local storage but the pattern is useful in Java too. IBM discuss it here although the implementation leaves a little to be desired.
The C++ pattern is much more common with various ways to support thread local storage but the pattern is useful in Java too. IBM discuss it here although the implementation leaves a little to be desired.
0 Comments:
Post a Comment
<< Home