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

C++ synchronization objects library is here...

14 views
Skip to first unread message

Ramine

unread,
May 4, 2016, 3:28:22 PM5/4/16
to
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.

Ramine

unread,
May 4, 2016, 3:30:22 PM5/4/16
to

Hello,


You can download the source of my sycnhronization objects here:

https://sites.google.com/site/aminer68/

Ramine

unread,
May 4, 2016, 4:07:46 PM5/4/16
to

Hello,


If you take a look at the zip file , you will notice
that it contains the DLLs Object pascal source codes,
to compile those DLLs source codes you will have to download
my SemaCondvar Object pascal source code and my SeqlockX Object pascal
source code and my scalable MLock Object pascal source code from here:

https://sites.google.com/site/aminer68/

Ramine

unread,
May 4, 2016, 4:14:20 PM5/4/16
to

Hello,

I have compiled and included the 32 bit and 64 bit
windows Dynamic Link Link libraries inside the zip file,
if you want to compile the dynmic link libraries for Unix and Linux
and OSX on (x86) , please download the source code of
my SemaCondvar and my scalable SeqlockX and my scalable MLock
and compile them yourself.
0 new messages