摘要: SynchronizationThreads communicate primarily by sharing access to fields and the objects reference fields refer to. This form of communication is extremely efficient, but makes two kinds of errors possible:thread interferenceandmemory consistency errors. The tool needed to prevent these errors issyn 阅读全文
posted @ 2013-07-11 11:19 alexander.bruce.lee 阅读(384) 评论(0) 推荐(0)