What is lightweight lock in distributed shared memory systems?
Posted
by
Kutluhan Metin
on Programmers
See other posts from Programmers
or by Kutluhan Metin
Published on 2013-10-24T07:25:35Z
Indexed on
2013/10/24
10:10 UTC
Read the original article
Hit count: 185
distributed-computing
I started reading Tanenbaum's Distributed Systems book a while ago. I read about two phase locking and timestamp reordering in transactions chapter. While having a deeper look from google I heard of lightweight transactions/lightweight transactional memory. But I couldn't find any good explanation and implementation. So what is lightweight memory? What are the benefits of lightweight locks? And how can I implement them?
© Programmers or respective owner