Shared Lock - это...?
??? ??? ???? ?????? ?? ???? ?????:
Shared Lock - ...?
?????????? ??????????? ???????????? ????????????
???? ?????
Shared Locks
Shared (S) locks allow concurrent transactions to read (SELECT) a resource under pessimistic concurrency control (see Types of Concurrency Control). No other transactions can modify the data while shared (S) locks exist on the resource. Shared (S) locks on a resource are released as soon as the read operation completes, unless the transaction isolation level is set to repeatable read or higher, or a locking hint is used to retain the shared (S) locks for the duration of the transaction.
Comments
- Anonymous
May 16, 2006
Всё неправильно :( Это "совмещаемая" блокировка, поскольку она хорошо совмещается с другими типами блокировок. - Anonymous
May 16, 2006
Саша всех построил ;)