The SOS_RWLock is a synchronization primitive used in various places throughout the SQL Server code base. As the name implies the code can have multiple shared (readers) or single (writer) ownership.
Studying the SQL Server 2012 and 2014 implementation ...read more...(read more)
↧