Hello,,
Read this:
My C++ synchronization objects library was updated,
and now i have invented and added the scalable Fast_RWLock and
the scalable Fast_RWLockX and they are better than scalable Asymmetric
RWLocks that use IPIs, and they are costless on the reader side,
so they are really powerful, and they are now working with Windows
and with Linux, i have tested thoroughly my C++ synchronization objects
library and i think it is much more stable and fast.
You can read about it and download it from my website here:
https://sites.google.com/site/scalable68/c-synchronization-objects-library
The source code is inside my zip files here(they are called
Fast_RWLockX.pas and LW_Fast_RWLockX.pas):
https://sites.google.com/site/scalable68/scalable-rwlock
Thank you,
Amine Moulay Ramdane.