-
在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时...
在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时读取该数据项。而若此程序是要修改数据项,则会给它数据项上独占锁,此时其它程序也就不能再访问这个数据项了。
对于同一个数据项,若有不同的程序同时给一个数据项上锁,且其中至少有一个是独占锁时,就表示它们发生了冲突。当发生冲突时,加锁的请求就会被拒绝。
每个加锁请求包含三个元素:锁模式、事务标识符和数据项标识符。两个程序可以同时给数据项上锁,前提是它们没有冲突。
在早期开发阶段,你需要编写一个简单的锁管理程序来处理加锁请求。它使用以下的规则来处理各种请求:
若一个加锁请求与先前的加锁请求没有发生冲突,则 DBMS 许可这个加锁请求;
一旦允许了一个加锁请求,则它将永远锁定数据项,不会改变,也不会释放;
如果一个程序的加锁请求与已有的锁发生了冲突,则 DBMS 拒绝这个加锁请求;
如果一个程序的加锁请求被拒绝,则 DBMS 忽略由这个程序发出的后续所有加锁请求。-the DBMS can be used to control the number of locks on the data, of the visit : When the procedures to access data items, data items to give locked. If it is read-only data, usually sharing locks, such other matters can also read the data item. And if this procedure is to amend the data, it will give information on items exclusive lock, other programs at this time, it will not re-visit this item of data. For the same data, if a different procedure for a data item unlocked but at least there is an
- 2022-07-12 16:39:28下载
- 积分:1
-
thinking of the reader's game FOSS
思想阅读者游戏源码 -thinking of the reader"s game FOSS
- 2022-07-08 10:36:59下载
- 积分:1
-
演示了如何使用matlab中的数学函数,对数据计算非常有用。
演示了如何使用matlab中的数学函数,对数据计算非常有用。-demonstration of how to use the Matlab mathematical function, the data is very useful.
- 2022-04-28 22:49:39下载
- 积分:1
-
ewr
5程》钱能+清华+习题原版答案全集!!.rar-ewr
- 2022-06-18 15:53:52下载
- 积分:1
-
可以进行 CHIRP
可以进行 CHIRP-Z 的FFT变换(CZT)-can CHIRP-Z FFT transform (CZT)
- 2022-02-01 18:31:53下载
- 积分:1
-
bloksize.zip
资源描述教你怎样可以让窗体的大小只保持在一定的范围内。
- 2022-03-24 05:55:33下载
- 积分:1
-
This is a high
这是一个高级的指纹分算法析的源代码,希望大家喜欢-This is a high-level sub-algorithm fingerprint analysis of the source code, I hope everyone likes
- 2022-05-22 00:54:23下载
- 积分:1
-
深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.
深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.-In layman
- 2022-11-08 16:55:02下载
- 积分:1
-
Teach Yourself Borland C++ Builder in 21 Days.
Teach Yourself Borland C++ Builder in 21 Days.
- 2022-02-06 05:47:26下载
- 积分:1
-
计算机图形学做的阴影的VC程序,大家有需要的下载来看看吧!...
计算机图形学做的阴影的VC程序,大家有需要的下载来看看吧!-Computer graphics to do the shadow of the VC process, everyone there is a need to look at and see the download!
- 2022-03-13 23:40:21下载
- 积分:1