Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.pascal.misc > #638
| From | aminer <aminer@toto.net> |
|---|---|
| Newsgroups | comp.lang.pascal.misc |
| Subject | Re: Scalable RWLock version 3.02 is here... |
| Date | 2014-02-20 19:18 -0800 |
| Organization | albasani.net |
| Message-ID | <le65v5$lu2$3@news.albasani.net> (permalink) |
| References | <le642v$ips$3@news.albasani.net> |
Hello, Don't forget to take a look at my new lightweight EventCount inside the zip file that supports the following methods: signal_all() signal() wait() setSignal(): like the setEvent() of the windows event object resetSignal(): like the setEvent() of the windows event object I have used my new lightweight EventCount inside my scalable RWLock called LW_RWLockX. I have also used a Ticket spinlock with a "propotional backoff" mechanism inside my new LW_RWLockX algorithm to reduce more the cache coherence traffic. You can download my new scalable RWLock version 3.02 from: http://pages.videotron.com/aminer/ Thank you, Amine Moulay Ramdane.
Back to comp.lang.pascal.misc | Previous | Next — Previous in thread | Find similar
Scalable RWLock version 3.02 is here... aminer <aminer@toto.net> - 2014-02-20 18:45 -0800 Re: Scalable RWLock version 3.02 is here... aminer <aminer@toto.net> - 2014-02-20 19:18 -0800
csiph-web