Saturday, December 27, 2014

Digest for comp.programming.threads@googlegroups.com - 1 update in 1 topic

Ramine <ramine@1.1>: Dec 26 12:08PM -0800

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.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: