ReaderWriterLock vs lock{}

后端 未结 7 2147
死守一世寂寞
死守一世寂寞 2020-11-30 21:38

Please explain what are the main differences and when should I use what.
The focus on web multi-threaded applications.

相关标签:
7条回答
  • 2020-11-30 22:35

    I would suggest looking through http://www.albahari.com/threading/part4.aspx#_Reader_Writer_Locks. It talks about ReaderWriterLockSlim (which you want to use instead of ReaderWriterLock).

    0 讨论(0)
提交回复
热议问题