Hello,
Like Seqlock or RCU , version2 of my new scalable distributed
reader-writer mutex doesn't use any atomic operations and/or StoreLoad
style memory barriers on the reader side, so it's very fast and
scalable..but you have to use the define's option TLW_RWLockX or the
define's option TRWLockX inside the defines1.inc file for that.
You can download the source code of my new scalable distributed
reader-writer mutex from:
https://sites.google.com/site/aminer68/scalable-distributed-reader-writer-mutex
Thank you,
Amine Moulay Ramdane.