314 views
0 votes
0 votes

I have gone through link 

https://stackoverflow.com/questions/40859477/is-a-strict-schedule-always-serializable

But i don’t think example given there is correct.I don’t think it is strict schedule as T2 is reading x which is written by T1 , even before T1 commits.

Hence is any other example which is strict but not serializable?

 

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
2
Kapil asked Sep 29, 2016
949 views
Check whether the given schedule is conflict serializable or not ? R2(A); R3(C); W3(A); W2(A); W2(B); W3(C); R1(A); R1(B); W1(A); W1(B)
0 votes
0 votes
0 answers
4
Na462 asked Oct 18, 2018
445 views
It's a question I already asked and correct answer is 2 but what's wrong with this approach help me :(