summaryrefslogtreecommitdiffstats
path: root/summary_priority_inheritance_protocols_-_and_approach_to_real-time_sync_oliver.txt
diff options
context:
space:
mode:
Diffstat (limited to 'summary_priority_inheritance_protocols_-_and_approach_to_real-time_sync_oliver.txt')
-rw-r--r--summary_priority_inheritance_protocols_-_and_approach_to_real-time_sync_oliver.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/summary_priority_inheritance_protocols_-_and_approach_to_real-time_sync_oliver.txt b/summary_priority_inheritance_protocols_-_and_approach_to_real-time_sync_oliver.txt
new file mode 100644
index 0000000..d0d8807
--- /dev/null
+++ b/summary_priority_inheritance_protocols_-_and_approach_to_real-time_sync_oliver.txt
@@ -0,0 +1,9 @@
+2 protocols belonging to 'priority inheritnace protocols', basic priority
+inheritance protocol and priority ceiling protocol.
+
+it is shown that both the protocols solve uncontrolled priority inversion
+problem, synchronization primitives (semaphores, monitors) lead to
+uncontrollered priority inversion (higher priority job is blocked by a lower
+one for indefinite period of time).
+
+