Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Scalable Distributed Reader-Writer Mutex 1.1

6 views
Skip to first unread message

Ramine

unread,
Dec 26, 2014, 12:05:13 PM12/26/14
to
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.

0 new messages