Viewing 4 posts - 1 through 5 (of 5 total)
Thanks for the testing efforts.
Similar testing efforts worked great with Oracle as well -- up until we actually abruptly powered down a machine or dropped it off the network.
You make...
August 26, 2012 at 6:39 am
I'm talking about row locks.
As for row locks protecting against changes to data, yes, of course they do that.
They can also be a basis for distributed negotiation, of course. ...
August 25, 2012 at 7:34 pm
The entire purpose of the locks in question is to prevent concurrency of some critical operations in clients -- and to *quickly* notice when a lock is released. These...
August 25, 2012 at 2:05 pm
What if a client grabs a lock, goes "out to lunch" holding the lock but not making further queries for a while -- and during this time the client abruptly...
August 25, 2012 at 1:41 pm
Viewing 4 posts - 1 through 5 (of 5 total)