Hello,
Scalable Distributed Reader-Writer Mutex was updated to version 1.1..
Now there is two options to choose from, you can choose to use RWLock by
uncommenting the define`s option called "TRWLock" inside the file called
defines1.inc , or you can choose to use RWLockX by uncommenting the
define`s option called "TRWLockX" inside the file called defines1.inc ,
if you set it to RWLock , it will spin-wait, but if you set it to
RWLockX it will not spin-wait , but it will wait on the Event objects
and my SemaMonitor.
You can download Scalable Distributed Reader-Writer Mutex from:
https://sites.google.com/site/aminer68/scalable-distributed-reader-writer-mutex
Thank you,
Amine Moulay Ramdane.