Skip to content

Commit 4f08643

Browse files
committed
last updates the mutexes keynote presentation
1 parent 72ef8da commit 4f08643

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mutexes/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ the database consistency which otherwise is not possible for a non-serial schedu
112112
- [Mutual Exclusion - Wiki](https://en.wikipedia.org/wiki/Mutual_exclusion)
113113
- [Dining Philosophers Problem - Wiki](https://en.wikipedia.org/wiki/Dining_philosophers_problem)
114114
- [Test and Set - Wiki](https://en.wikipedia.org/wiki/Test-and-set)
115-
- [Monitor - Wiki](https://en.wikipedia.org/wiki/Monitor_(synchronization))
116115
- [Tuple Space - Wiki](https://en.wikipedia.org/wiki/Tuple_space)
117116
- [Message Passing - Wiki](https://en.wikipedia.org/wiki/Message_passing)
118117
- [Semaphore - Wiki](https://en.wikipedia.org/wiki/Semaphore_(programming))
118+
- [Monitor - Wiki](https://en.wikipedia.org/wiki/Monitor_(synchronization))
119+
- [Spinlock - Wiki](https://en.wikipedia.org/wiki/Spinlock)
119120
- [Concurrency Control - Wiki](https://en.wikipedia.org/wiki/Concurrency_control)
120121
- [Serializability - Wiki](https://en.wikipedia.org/wiki/Serializability)
121122
- [Serializability in DBMS - Educba](https://www.educba.com/serializability-in-dbms/)
3.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)