I had totally missed that there was a new class added to the System.Threading namespace in version 3.5 of the .Net framework, namely the System.Threading.ReaderWriterLockSlim class. This is more or less a total replacement for the ReaderWriterLock-class and the wacky name is because they had to leave the old class in, mostly for compatibility reasons. Joe Duffy has a nice post about it here.
No comments:
Post a Comment