Shared memory provides the fastest method of interprocess communication, because it processes read and write messages at the speed of memory transfers.
共享内存提供了最快的进程间通信方法,因为它以内存传输的速度来处理读写消息。
RDMA allows one computer to read or write to the memory of another computer without requiring any processor cycles on the target machine.
RD MA支持读或写另一台计算机的内存,并且不需要占用目标计算机的任何处理周期。
The callback function can read the records that were saved in named memory (7) and write each record to a file (8).
回调函数可以读取保存在已命名内存中的记录(7)并将每条记录写入一个文件(8)。
Special system calls, or requests to the UNIX kernel, allocate and free the memory and set permissions; common read and write operations put and get data from the region.
用特殊的系统调用(即对UNIX内核的请求)分配和释放内存并设置权限;通过一般的读写操作读写内存段中的数据。
Reads and writes of atomic variables have the same memory semantics as read and write access to volatile variables.
读取和写入原子变量与读取和写入对可变变量的访问具有相同的存取语义。
The overhead of this conversion adds to read and write times, but it does have other benefits beyond just the memory size reduction.
该转换的开销增加了读写次数,但是除了只是内存大小减小了以外,它的确还有其它优点。
RDMA allows one machine to read or write to the memory of another machine without requiring any processor cycles on the target machine.
RDMA允许一台机器读写另一台机器的内存,无需在目标机器上有任何处理器周期。
Once linked, you can read and write to any part of the file as if it were nothing more than just an array of unmanaged memory.
一旦连接起来,你就能读写文件的任意部分,就像它已经不再是非托管内存数组了。
My WAP has a read-write filesystem in memory for work files and logging.
我的WAP在内存中有一个只读的文件系统,用于为文件和日志提供服务。
This allows the entire lookup table to be loaded into memory each time a user submits a request to read or write data.
在用户每次提交一个读写数据的请求时,这可以将要查询的整个表装入内存中。
The actuator stands for all the machines and human beings in the world that, for the sake of simplicity, can interact directly with the memory, i.e. : they can read from and write to memory.
为了简单起见,执行器代表了世界上所有能够直接跟内存交互(即他们可以直接读写内存)的机器和人。
Finally, in Figure 4, processes a and B can read and write from the Shared memory segment freely.
最后,在图4中,进程a和B可以随意读写共享内存段。
TPC-C is an OLTP benchmark which requires efficient use of large memory, intensive random read/write I/O, and has extremely intensive database log activity.
TPC-C是一种OLTP基准,要求有效地使用大量内存,大量的随机read/writeI/O,并且有很密集的数据库日志活动。
WebSphere eXtreme Scale uses loaders to read data from and write data to the database from the in-memory cache.
WebSphereeXtremeScale使用了加载器读取内存中缓存的数据,以及将数据写入到数据库中。
The following code example shows how to read and write data using memory as a backing store.
下面的代码示例说明如何通过将内存用作备份来读取和写入数据。
You'd have to write a handler to build what amounts to an in-memory buffer to keep up with what's already been read; then you'd need some code to read ahead as well.
所以,必须要编写一个相当于内存缓冲器的处理程序来记录已读的内容,也同时需要编写一些代码进行提前读。
Data access (Advanced) : By partitioning the data model structure and converting DAOs to access directly the XAP In-Memory data Grid, read and write performance is improved.
数据存取(高级):通过划分数据模型结构和把DAO转换成直接访问XAP内存数据网格,改进读写性能。
Each operating-system process is allocated its own virtual address space — a set of virtual-memory pages that it can read from and write to. Each page can be in one of three states.
每个操作系统进程占用自己的虚拟地址空间,即一组可以读写的虚拟内存页。
Gets a pointer to an internal interface instance used to read and write metadata in memory.
获取指向用于读写内存中的元数据的内部接口实例的指针。
How can you write an original poem when your literary consciousness is essentially made up of the memory of all the things that you've read before?
你怎么能说自己写的是原创的诗,当你的文思,主要是由你以前阅读积累下的记忆,组合成的呢?
If you're monitoring the polarization for a logic device or memory element, you can apply a small electric field to traverse this boundary and simultaneously read and write the on-and-off state.
如果这一极性的有无能够被逻辑装置或是记忆元件测得,我们就可以用一微弱电场来改变其极性,同时获知极性的有无状态。
Neither my parents no can read and write. However, my father has original ability of analysing and thinking and my mother has excellent memory.
尽管我的双亲没有文化,但我父亲有着那种缘于生活的分析和思考能力,我的母亲有着优秀的记忆力。
Property of the new instance to a system-supplied message that describes the error, such as "Attempted to read or write protected memory."
属性初始化为由系统提供的用来描述错误的消息,如“尝试读取或写入受保护的内存。
The way how to read and write the large file of signal was also given, which will use only a litter memory.
同时,还给出了一个占用内存资源较少的大容量信号文件的读写方法。
The way to do what you are looking for is to read the old XML file into memory, make whatever changes are necessary, and then serialize and write the result to disk.
你找的是读旧的XML文件到内存的方式,做出任何必要的改变,然后序列化并将结果写入磁盘。
The exception that is thrown when there is an attempt to read or write protected memory.
在试图读写受保护内存时引发的异常。
The application calls a serializer "write" method to save the document, while a deserializer "read" method accesses the data store and recreates the original instance in memory.
在理想状况下,与记忆体之间进行的文件序列化和还原序列化程序对于应用程式而言应该是透明的。
Here I am using two different instances of same application to read write data from memory mapped file.
在这里我用两个相同的应用程序的不同实例来读写数据从内存映射文件。
Exploiting the feature of main memory database, we put forward pre-analysis based conflict-free concurrency algorithm by determining the read and write set of the transaction in advance.
考虑到主存数据库特点,通过在事务预分析时确定事务的读写集合,文章给出了一种基于预分析的无冲突并发控制方法。
Exploiting the feature of main memory database, we put forward pre-analysis based conflict-free concurrency algorithm by determining the read and write set of the transaction in advance.
考虑到主存数据库特点,通过在事务预分析时确定事务的读写集合,文章给出了一种基于预分析的无冲突并发控制方法。
应用推荐