[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

Scalable Distributed Reader-Writer Mutex 1.1

Ramine

12/26/2014 8:08:00 PM


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


Thank you,
Amine Moulay Ramdane.