Hi Mir,
Thanks for your response.
With your comments , "With exclusive lock, it will be difficult for users to access clients and parallel operations will be on hold until this lock is cleared" , following are conclusion of my understanding
- At single of point of time, only 1 write request can be processed for a repository
- All other read & write requests for that repository will be queued till the write lock is completed.
- This behaviour is independent of the number of CPU's which we use. (Multiple write requests for the same repository cant be processed parallely using multiple CPU's)
Please confirm my above understandings
Regards,
Antony