释义 |
- 边写边读:一种计算机存储技术,允许在写入数据的同时读取其他数据,提高存储设备的性能。
1 ?在写的同时可以读 支持引导装入程序–在写的同时可以读(RWW,Read-While-Write)的自我编程能 力”。 当中断发生时全局中断使能位I被清零,所有的中断都被禁止。 2 ?写的同时可以读 支持引导装入程序–在写的同时可以读(RWW,Read-While-Write)的自我编程能 力”。 当中断发生时全局中断使能位I被清零,所有的中断都被禁止。 3 ?同时可以读 支持引导装入程序–在写的同时可以读(RWW,Read-While-Write)的自我编程能 力”。 当中断发生时全局中断使能位I被清零,所有的中断都被禁止。
- 1
It allows applications to perform constant data load operations to a table in the background while the interactive read and write operations can occur concurrently. 它允许应用程序在后台对表执行恒定数据加载操作,同时可以执行交互式读取和写入操作。 - 2
For example, one system might not distinguish between read and write operations from the access control perspective, while others might. 例如,一个 系统可能无法从访问控制的角度区分读写操作,而另一些系统则可以对此进行区分。 - 3
Some implementations open a read channel as a long HTTP GET, while a write channel opens and closes when needed as an HTTP POST. 有些实现打开读取通道作为长期HTTP GET,而另外打开写入通道作为HTTP POST,在需要时打开和关闭。
|