Thread-Safety Read Write Lock(Synchronization of .net)
摘要:
Quite often, instances of a type are thread-safe for concurrent read operations, but not for concurrent updates (nor for a concurrent read and update). This can also be true with resources such as a file. Although protecting instances of such types with a simpleexclusive lockfor all modes of access 阅读全文
posted @ 2012-06-04 18:59
malaikuangren
阅读(576)
评论(0)
推荐(0)
浙公网安备 33010602011771号