COOKIES: By using this website you agree that we can place Google Analytics Cookies on your device for performance monitoring. |
University of Cambridge > Talks.cam > Computer Laboratory NetOS Group Talklets > A Transactional Approach To Lock Scalability
A Transactional Approach To Lock ScalabilityAdd to your list(s) Download to your calendar using vCal
If you have a question about this talk, please contact Henry Robinson. Most software transactional memory implementations execute code using fine-grained optimistic concurrency control. This does not perform well with low contention data structures where fine grained conflict detection means manipulating metadata for every object touched and optimistic concurrency control imposes the overhead of making thread private shadow copies. Also, a purely optimistic approach does not coexist naturally with legacy code that is either already concurrent using locks or does IO operations that cannot be revoked. We try to address these problems by presenting a new form of the reader writer locks used by the vast majority of concurrent code today. Along with the traditional lock/unlock operations, these new locks support STM -like management of shadow versions that can be used when desired by the programmer. We show how existing lock based code can be scaled to perform as well as an STM , with few changes to the existing code base. We also show as a corollary that our design allows construction of data structures that retain strict fairness between threads, while simultaneously allowing disjoint access parallelism. This talk is part of the Computer Laboratory NetOS Group Talklets series. This talk is included in these lists:
Note that ex-directory lists are not shown. |
Other listsBiophysical Seminar SyntaxLab Cambridge Product Management NetworkOther talksDive into the Lives of Flies and Ants Epigenetics: One Genome, Multiple Phenotypes THE PYE STORY Speak white, speak black, speak American DataFlow SuperComputing for BigData Atiyah Floer conjecture Molecular mechanisms of cardiomyopathies in patients with severe non-ischemic heart failure Networks, resilience and complexity Animal Migration Bioinformatics |