[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

About my new scalable distributed reader-writer mutex...

Ramine

10/20/2015 10:23:00 PM

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-wr...



Thank you,
Amine Moulay Ramdane.