Which type of locking blocks only exclusive requests?
Which type of locking blocks only exclusive requests?
Read locks block only exclusive requests, allowing shared (read) operations to continue without interference. This means multiple read operations can take place simultaneously while preventing any write operations from occurring, ensuring data consistency.
for me the answer is D, Access lock
Agree the answer should be D. Access lock prevents exclusive rights only as per the course. Exclusive prevents any other type of concurrent access.