| Author |
What is mutually exclusive lock?
|
Senthil Kumar Sekar
Ranch Hand
Joined: Aug 08, 2010
Posts: 43
|
|
My understanding is that two events is said to be mutually exclusive when those two events cannot occur at the same time.
Now, Mutually exclusive lock is two threads cannot acquire object lock at the same time?
So, Acquiring Object's lock (when entering Synchronised block/method) is said to be mutually exclusive lock which is always?
Thanks.
Regards
Senthil Kumar Sekar
|
 |
Jeff Verdegan
Bartender
Joined: Jan 03, 2004
Posts: 5901
|
|
Senthil Kumar Sekar wrote:
Now, Mutually exclusive lock is two threads cannot acquire object lock at the same time?
Yes.
So, Acquiring Object's lock (when entering Synchronised block/method) is said to be mutually exclusive lock which is always?
Yes.
|
 |
 |
|
|
subject: What is mutually exclusive lock?
|
|
|