briefly describe concurrency executionlock -


Briefly describe concurrency execution?

Lock - based protocols

Locks

There are several modes in which a data item may be locked in this section we restrict our attention to two modes

Ø   Shared

Ø   Exclusive

T1 : lock - x(B );

read(B);

B:=B-50;

write(B);

unlock(B);

Lock-x(A);

read(A);

A:=A+50;

write(A);

unlock(A).

 

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: briefly describe concurrency executionlock -
Reference No:- TGS0291195

Expected delivery within 24 Hours