Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.pascal.misc > #728
| From | aminer <aminer@toto.net> |
|---|---|
| Newsgroups | comp.lang.pascal.misc |
| Subject | More information |
| Date | 2014-04-24 14:48 -0700 |
| Organization | albasani.net |
| Message-ID | <ljbm8o$eee$3@news.albasani.net> (permalink) |
Hello, As you have noticed i have implemented a fast concurrent FIFO queue that uses a two locks algorithm and that uses my SemaMonitor, i have benchmarked my concurrent FIFO queue using my SemaMonitor( it is a combination of a semaphore and an eventcount), and and i have also benchmarked it using the windows semaphore, and i have noticed that using my SemaMonitor my concurrent FIFO queue is 2x times faster than using the windows semaphore. So hope you will be satisfied with this fast concurrent FIFO queue, cause it satifies many requirements. You can download this fast concurrent FIFO Queue from: http://pages.videotron.com/aminer/ Thank you, Amine Moulay Ramdane.
Back to comp.lang.pascal.misc | Previous | Next | Find similar
More information aminer <aminer@toto.net> - 2014-04-24 14:48 -0700
csiph-web