标签:rman his mem corrupt oca read ram struct mis
Synchronization means multi threads access the same resource (data, variable ,etc) should not cause a corruption to it.If all method of a class promise threading synchronization,we call that the class is "Thread Safety".
ALL static methods of the .net framework are promised thread-safe. When we are writting class and method we should pay a little bit attention on the thread safety,we can:
Thread in depth 3:Synchronization
标签:rman his mem corrupt oca read ram struct mis
原文地址:http://www.cnblogs.com/lwhkdash/p/6778361.html