[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming.threads

Light weight SemaCondvar and SemaMonitor

Ramine

10/22/2014 8:14:00 PM

Hello,


Light Weight SemaCondvar & SemaMonitor is here... it's
a faster version of my SemaCondvar and SemaMonitor objects...

I have invented those new concepts and algorithms and i want to
explain to you what are they and what are there strength..


My SemaMonitor object combines all charateristics of a Semaphore
and an eventcount, the EventCount look like the Windows Event Object,
But you will notice that my new concept and algorithm called
SemaMonitor is more powerful than a Windows Event Object alone
and more powerfull than the Semaphore alone, cause when you are
sending the signals to threads waiting on my SemaMonitor ,
my SemaMonitor can be configured so that the signals will not
be lost when the threads are not waiting, or it can be configured
so that the signals will be lost if the threads are not waiting,
and my SemaMonitor can act also as a Semaphore, so it's more
powerful than the combination of the Semaphore and the EventCount !
so all in all my new concept and algorithm is very powerful, more
powerful than the Windows Event object an more powerful than the
Semaphore and more powerful than the EventCount and more powerful
that the combination of the Semaphore and the EventCount.

That's the same for my SemaCondvar that combines all the charateristics
of a Semaphore and a condition variable, it's also very powerful.


You can download the light weight versions from:


https://sites.google.com/site/aminer68/light-weight-semacondvar-s...

To get the Delphi XE version please download the zipfile called:
"LW_SemaCondvar_xe.zip"

and to get the Delphi 7-2007 and FreePascal version please download the
zipfile called: "LW_SemaCondvar.zip"




Thank you,
Amine Moulay Ramdane.

1 Answer

Ramine

10/22/2014 8:17:00 PM

0


Hello,

I have used my scalable MLock inside , so all in all
i have given you a faster SemaCondvar & SemaMonitor.



Thank you,
Amine Moulay Ramdane.