[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming

My new concept and algorithms

Ramine

10/22/2014 2:15:00 AM


Hello,


I want to talk to you about my new inventions that are my
SemaMonitor and my SemaCondvar algorithms...


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 powerfull 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
p[owerfull than the combination of the Semaphore and the EventCount !
so all in all my new concept and algorithm is very powerfull, more
powerfull than the Windows Event object an more powerfull than the
Semaphore and more powerfull than the EventCount and more powerfull
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 powerfull.


I have provided you with two versions, the heavy weight objectS
that you can download from here:

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



And the other objects that are more lightweight and faster that you
will can download from my concurrent FIFO queue 1 zipfile here:

https://sites.google.com/site/aminer68/concurrent-fi...


So hope you have find my new algorithms very interesting and powerfull.



Thank you,
Amine Moulay Ramdane.