Results 1 to 3 of 3
difference between a shared lock and exclusive lock ?
This is a discussion on difference between a shared lock and exclusive lock ? within the Programming forums, part of the Web Designing & Development category; Hello Dear, Please Tel Me What is the difference between a shared lock and exclusive lock ?...
- 08-17-2019, 06:24 AM #1
- Join Date
- Nov 2016
- Posts
- 135
difference between a shared lock and exclusive lock ?
Hello Dear,
Please Tel Me What is the difference between a shared lock and exclusive lock ?
- 11-18-2019, 10:19 AM #2
- Join Date
- Jan 2018
- Location
- PUNE
- Posts
- 281
Re: difference between a shared lock and exclusive lock ?
An exclusive or write lock gives a process exclusive access for writing to the specified part of the file. While a write lock is in place, no other process can lock that part of the file. A shared or read lock prohibits any other process from requesting a write lock on the specified part of the file
- 05-23-2020, 04:17 PM #3
- Join Date
- May 2020
- Posts
- 120
Re: difference between a shared lock and exclusive lock ?
An exclusive or write lock gives a process exclusive access for writing to the specified part of the file. While a write lock is in place, no other process can lock that part of the file. A shared or read lock prohibits any other process from requesting a write lock on the specified part of the file.