Hello,
If you look at my scalable array based lock called AMLock here: https://sites.google.com/site/aminer68/scalable-amlock You will notice it works accross processes and threads, even more than that , the number of threads can go beyond the size of the array and that also very interesting, even more i have benchmarked it and i have noticed that it's much faster than scalable node based locks such us CLH and MCS and my scalable MLock. If you want to port my algorithm to C++ or C# or Java , please do it. Thank you, Amine Moulay Ramdane. -- --- You received this message because you are subscribed to the Google Groups "Scalable Synchronization Algorithms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/lock-free/365c0e75-466d-4cc5-9e2e-e2ae5abb4df9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
