Can anyone explain how threads and schedule are works in OS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone explain how threads and schedule are works in OS?

https://www.sololearn.com/post/146822/?ref=app

10th Sep 2019, 11:55 AM
Preity
Preity - avatar
4 Answers
0
as I know There is a cycle in the precedence graph - so the given schedule is not Conflict Serializable.  If a schedule is view serializable but not conflict serializable it MUST have one or more blind writes. Here, there is no blind writes. So, the given schedule is not even view serializable.  but I didn't able to decide is this answer is accurate or something else is the answer
10th Sep 2019, 11:56 AM
Preity
Preity - avatar
0
Schindlabua David Carroll can you help in this how this thread are working over here?
10th Sep 2019, 12:03 PM
Preity
Preity - avatar
0
No clue, you are on your own there.
10th Sep 2019, 12:35 PM
Schindlabua
Schindlabua - avatar
0
The question is about precedence graph and serializable property of thread
10th Sep 2019, 2:24 PM
Preity
Preity - avatar