Hello.......
C++ synchronization objects library is here...
Author: Amine Moulay Ramdane
Email:
ami...@videotron.ca
Description:
This library contains three synchronization objects, first one is my
scalable SeqlockX that is a variant of Seqlock that eliminates the
weakness of Seqlock that is livelock, and second is my scalable MLock
that is a scalable lock , and third is my SemaMonitor that combines all
characteristics of a semaphore and an eventcount and also a windows
Manual-reset event and also a windows Auto-reset event.
Please read the readme files inside the zip file to know more about them..
Language: GNU C++ and Visual C++
Operating Systems: Windows, Linux, Unix...
You can download this library from:
https://sites.google.com/site/aminer68/c-synchronization-objects-library
Thank you,
Amine Moulay Ramdane.