copy on write的意思|示意

美 / / 英 / /

写时拷贝


copy on write的网络常见释义

写时复制 ... 写时复制(Copy on Write) 扩展(extents) 可写的快照(writable snapshot) ...

第十一章 ... 第八章 Compositor Pattern 第十一章 Copy on Write 第十二章 Iterator Pattern ...

三是利用写时拷贝机制 三是利用写时拷贝机制(Copy On Write,COW),保证主机系统与虚拟执行环境之间的数据一致性。通过实验证明,该执行环境能够为应用程序的运行提供真实的...

写时拷贝 并且因为在创建线程的时候内核并不必为数据拷贝内存页表(甚至写时拷贝(copy-on-write)都不用),那么用这种方法启动一个任务就应该更快些。类似,因为内核不必交换内存页表,环境切换也应该更快一些。

copy on write相关短语

1、 copy-on-write 写入时复制 ; 写时复制 ; 写时拷贝 ; 技术

2、 copy-on-write faults 写复制操作错误

3、 Reference counting & Copy-on-Write 写时复制

copy on write相关例句

When deploying SQLJ stored procedures, write the JAR file to a file and execute a BIND package COPY to create the package on the target server.

在部署SQLJ存储过程时,将JAR文件写到一个文件中,并执行BIND PACKAGE COPY在目标服务器上创建包。

As long as this is the behavior you want, like for notifying all of the elements in the original set of event listeners, you're better off using the copy-on-write collections.

如果这种行为(比如通知原来一组事件监听器中的所有元素)是您需要的,那么最好使用copy - on - write集合。

Embedded within ZFS is an implementation of an important set of features such as snapshots, copy-on-write clones, continuous integrity checking, and data protection through RAID-Z.

ZFS内嵌入的是重要功能集(如快照、即写即拷克隆、连续完整性检查和通过RAID - Z的数据保护)的实现。

The Copy On Write technique allows both the parent and the child to read the same physical pages.

写时拷贝技术允许父进程和子进程读同一个物理页面。

Copy-on-write (or COW) is a technique to delay or altogether prevent copying of the data.

即写即拷(或牛)技术完全延迟或防止复制的数据。

This process is called a copy-on-write operation.

这个过程是所谓的副本-对-写操作。