[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming.threads

More about my scalable distributed sequential lock

Ramine

12/4/2014 12:44:00 AM


Hello,


My new invention called distributed sequential lock beats
the following algorithm, it more scalable and faster than
the following algorithm of Dmitry Vyukov called Distributed
reader-writer mutex ( i have explained to you why in my previous post):


http://www.1024cores.net/home/lock-free-algorithms/reader-writer-problem/distributed-reader-wr...


And my new invention called distributed sequential lock beats
also Seqlock (i have explained to you why in my previous post), read
here about it:

http://en.wikipedia.org/wi...


And my new invention called distributed sequential lock can
replace RCU cause it is a powerful synchronization mechanism.


You can download my scalable Distributed reader-writer lock from:


https://sites.google.com/site/aminer68/scalable-distributed-seque...



Thank you,
Amine Moulay Ramdane.