Monday, March 25, 2013

Important notes on java synchronisation by stack overflow

I had issues with synchronisation with static variable. Volatile do not help me, but the thread below does (:
http://stackoverflow.com/questions/2120248/how-to-synchronize-a-static-variable-among-threads-running-different-instances-o

No comments:

Post a Comment