[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

I am correcting a bug..

Ramine

5/9/2016 9:58:00 PM


Hello,

I think i have to use the windows FlushProcessWriteBuffers on
my asymmetric Distributed reader-writer mutex, because
the memory barriers ensure all the processor cache are flushed
to RAM, but since i am not using memory barriers or any atomics,
so i must use the windows FlushProcessWriteBuffers. i am currently
correcting this bug , and i will post soon an updated version.


Thank you,
Amine Moulay Ramdane.