到磁盘的某些或所有路径不支持保护。
计算机内存里的所有资料都可复制到磁盘上。
Everything in the computer's memory can be copied onto disks.
配置到磁盘的路径和负载均衡。
它会问你是否你想把改变写入到磁盘。
It will ask you if you want to write the changes to the disk.
一个目录(用于备份到磁盘)。
当涉及到磁盘位置时,使用下列名称。
When referring to disk locations, the following designations apply.
将XML文档写入到磁盘
一些请求将数据存储到磁盘上以供后续请求使用。
Some requests dump data onto disks for further usage by subsequent requests.
现在要把文件复制到磁盘上。
Now you're ready to copy the files onto the disk. Make sure you copy them in this particular order
通过使用检查点,已提交的事务将被写入到磁盘。
Using checkpoints, committed transactions are written to disk.
XMLSchema 验证:将语法序列化到磁盘
XML Schema validation using serialization of grammars to disk
当多人提交打印作业时,后台处理程序将作业存储到磁盘。
As multiple people submit print jobs, the spooler stores the job to disk.
另外,“停止时涌到磁盘”方法也对性能有一定影响。
Also, there are performance implications around the "flush to disk on stop" approach.
在这个实现中,只有消息被持久化到磁盘后才会发出确认消息。
This means that you can have a persistent store behind the RMD, so the acknowledgement is only sent when the message has been written to disk.
最后,本文介绍了将这个经过修改的配置文件写入到磁盘的代码。
Lastly, it presents the code for writing the changed configuration file out to disk.
fastpath:将原始逻辑卷直接传递到磁盘层的AIO请求。
Fastpath: AIO requests that raw logical volumes get passed directly to the disk layer.
第二,您可能在缓存实例的配置过程中注意到磁盘分流功能。
Second, you may notice the disk-offload feature during the configuration of the cache instance.
数据库服务器将存储在blobspace中的数据直接写入到磁盘。
The database server writes data stored in a blobspace directly to disk.
同样,您希望将文件内存分页到磁盘中,而不是计算性内存中。
Again, you want the file memory paged to disk and not the computational memory.
预定模式只将元数据记录到日志,但是在此之前将数据写入到磁盘。
Ordered mode is metadata journaling only but writes the data before journaling the metadata.
ContactService只有内存中的联系人列表(没有存储到磁盘)。
The ContactService has only an in-memory list (not persisting to disk) of contacts.
这种性能优化延迟磁盘上的物理块的分配,直到块被刷入到磁盘时才进行分配。
This performance optimization delays the allocation of physical blocks on the disk until they are to be flushed to the disk.
但是,通常应用程序最开始使用的是到磁盘的接口,必须转换为内联的缓存接口。
Typically, however, applications start out with an interface to the disk, and must be converted to an in-line cache interface.
在GAE 上,您是无法将文件写入到磁盘的,因为 GAE根本没有可用的文件系统。
In GAE, you can't write files to disk because there's no useable file system.
当aix需要清空内存的时候,它只需要“释放”这些分页即可,而不将任何内容写入到磁盘。
When AIX needs to free up memory, it can just "release" these pages without having to write anything to disk.
aio_fsync()的目的与fsync()相同:确保所有未决的数据都写入到磁盘了。
The aio_fsync() method serves the same purpose as the fsync() method; its purpose is to ensure that all pending data are written to disk.
使用延迟的随机写操作,当内存中的页面数量超过指定的数量,则将所有后续的页面写入到磁盘。
With random write behind, the number of pages in memory exceeds a specified amount and all subsequent pages are written to disk.
在一段时间的运行过程中,将不断地产生大量的跟踪数据,并持续地将其写入到磁盘上的文本文件中。
A monotonically increasing amount of trace data is produced over a period of time, which is written continuously to a text file on the disk.
它将多个修改请求有序缓存在内存中,在累计到配置文件预设置的阈值之后再写入到磁盘中。
Multiple changes are accumulated and sorted in memory then written to disk when a certain configurable file size threshold is reached.
当它将数据清仓(flushing)到磁盘时,其它IO操作在很大程度上似乎不受影响。
When it's flushing data to disk, other IO operations seem largely unaffected.
应用推荐