Distributed Reader-Writer Mutex

Hi, I’ve found this interesting site talking about hi scalable lock algorithms. Maybe could be used to improve even more Perconna XtraDB server…what do you think?

http://www.1024cores.net/home/lock-free-algorithms/reader-wr iter-problem/distributed-reader-writer-mutex

There are many other interesting articles…

http://www.1024cores.net/home/lock-free-algorithms/tricks/pe r-processor-data
http://www.1024cores.net/home/scalable-architecture/multilan e
[URL]http://www.1024cores.net/home/lock-free-algorithms/tricks[/URL]
http://www.1024cores.net/home/lock-free-algorithms/queues/fa stflow

Regards,
Raine

Another interesting link:
http://www.1024cores.net/home/scalable-architecture/parallel -disk-io