[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

C++ synchronization objects library is here...

Ramine

5/4/2016 10:30:00 PM

Hello,


C++ synchronization objects library is here...


Author: Amine Moulay Ramdane

Email: aminer@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-objec...


Thank you,
Amine Moulay Ramdane.

3 Answers

Ramine

5/4/2016 10:33:00 PM

0

Hello,


You can download the source of my sycnhronization objects here:

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


Thank you,
Amine Moulay Ramdane.











On 5/4/2016 3:30 PM, Ramine wrote:
> Hello,
>
>
> C++ synchronization objects library is here...
>
>
> Author: Amine Moulay Ramdane
>
> Email: aminer@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...c-synchronization-objects-library
>
>
> Thank you,
> Amine Moulay Ramdane.
>

Ramine

5/4/2016 11:08:00 PM

0

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...


Thank you,
Amine Moulay Ramdane.



On 5/4/2016 3:30 PM, Ramine wrote:
> Hello,
>
>
> C++ synchronization objects library is here...
>
>
> Author: Amine Moulay Ramdane
>
> Email: aminer@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...c-synchronization-objects-library
>
>
> Thank you,
> Amine Moulay Ramdane.
>

Ramine

5/4/2016 11:16:00 PM

0


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.


Thank you,
Amine Moulay Ramdane.