• Using Shared memory: No event caching.

    使用共享内存没有事件缓存

    youdao

  • Memory maps and using Shared memory segments.

    内核映射共享内存使用

    youdao

  • Now let's look at using Shared memory and caching of events for interprocess communications.

    现在我们来看一下如何使用共享内存事件缓存进行进程间通信。

    youdao

  • If there are users or applications connecting in bindings mode (using Shared memory), the operating system will authenticate them using an ID and a password.

    如果用户应用程序绑定模式连接(使用共享内存),操作系统使用ID密码对其进行身份验证

    youdao

  • However, if two or more processes want to communicate using Shared memory, they need to have the same address space, thus limiting the addresses they can utilize.

    然而如果两个更多进程使用共享内存进行通信,那么它们需要相同地址空间从而限制它们所能使用地址

    youdao

  • This allowed the system to be distributed over multiple processors, either using shared memory directly as in most Mach messages, or by adding code to copy the message to another processor if needed.

    这种设计有利于把系统分布多个处理器之上,可以大多数Mach消息那样直接通过共享内存来传递,可以必要的时候增加一点代码消息复制别的处理器上。

    youdao

  • The slot manager runs as a daemon to control the number of token slots provided to applications, and it interacts with applications using a Shared memory region.

    管理器作为守护进程运行以控制应用程序提供令牌并且使用共享内存区域应用程序交互

    youdao

  • SHM VP: Handles the task of polling for new connections when the application is using the shared memory method of communication.

    SHMVP应用程序正在使用通信共享内存方法时,该类将连接处理轮询任务

    youdao

  • For each logging token read from the Shared memory or configuration file on its first invocation, OPEN_LOG builds a hash key using the name of the token and the size of the hash table.

    对于每个共享内存初次调用使用配置文件中读取日志标记,OPEN_LOG都会使用标记列表大小来生成一个散列值。

    youdao

  • We make changes needed to use Shared memory, using the first design pattern.

    使用第一设计模式修改这些代码,使用共享内存

    youdao

  • Rather than threads interacting via Shared memory with locks, the actor model leverages "actors" that pass asynchronous messages using mailboxes.

    通过共享内存交互线程不同,角色模型利用了角色”概念,使用邮箱传递异步消息

    youdao

  • All the DB2 agents belonging to the same application group communicate using the application group Shared memory.

    属于相同应用程序所有DB 2代理使用应用程序组共享内存进行通信

    youdao

  • The transfer could occur between two machines over a network connection, on the same machine through a network connection, or on the same machine using a shared-memory connection.

    传送可以网络连接机器之间通过网络所连接的同一机器上,使用共享存储器所连接的同一机器上进行。

    youdao

  • There are several other ways of initiating IPC using ACE, like shared memory or UNIX-style socket addressing (the ACE_LSOCK* group of classes), which this article does not address.

    还有使用ACE 实现IPC其他方法比如共享内存UNIX 风格套接字寻址(ACE_LSOCK*中的)。

    youdao

  • Using the Shared memory object for writing.

    使用共享内存对象写数据

    youdao

  • If you want to create the Shared memory pool using the HMC command line, use the chhwres command as shown in Listing 1.

    如果希望使用hmc命令创建共享内存,应该使用清单1示的chhwres命令。

    youdao

  • On other platforms, using ConstrainedSHMSizeMB to reduce the Shared memory automatically increases the amount of private data space for the application.

    其他平台上使用ConstrainedSHMSizeMB减少共享内存,就会自动地增加应用程序私有空间

    youdao

  • Another benefit of using mapped_region is that both full and partial access to the Shared memory object is possible.

    使用mapped_region另一个好处可以共享内存对象进行完全部分访问

    youdao

  • You cannot view the Shared memory files (commonly referred as SHM files) by using the cat utility generally used for file display in Linux since these SHM files are in a binary format.

    Linux系统中,不能通过使用通常用于文件显示cat实用工具查看共享内存文件(shm文件),因为这些shm文件是以二进制的格式存储的。

    youdao

  • Question: When I try to free the Shared memory using the ipcrm command, I get an error stating that I am not allowed to remove the Shared memory.

    问题试图使用ipcrm命令释放共享内存时,看到一个错误允许删除段共享内存。

    youdao

  • In Listing 4, you create the Shared memory object using the open_only and read_only attributes.

    清单4中,使用open_onlyread_only属性创建共享内存对象

    youdao

  • As memory is dynamically managed among multiple LPARs, the Hypervisor has to use a paging device to back up the excess memory that it cannot back up using physical memory from the Shared memory pool.

    多个LPAR之间动态地管理内存时,Hypervisor必须使用分页设备存储共享内存物理内存不能储存的过剩内存。

    youdao

  • Lotus Domino begins using the first two available segments for user heap memory (0x3 and 0x4). Lotus Domino begins using the last segment (0xf) for Shared memory.

    LotusDomino最初将两个可用(0x30x4)作为用户内存,将最后一个(0xf)作为共享内存。

    youdao

  • You can control the maximum size of the cache by using the command line option in Listing 1, but note that this maximum size may be constrained by operating system restrictions on shared memory

    可以使用清单1中的命令选项控制缓存最大大小但是注意这个最大大小可能受到操作系统共享内存限制的约束

    youdao

  • Linux creates the Shared memory that is accessed using a name.

    Linux创建可以通过名称访问共享内存

    youdao

  • The size of this portion is pretty small and can be calculated using 12 kilobytes multiplied by the expected number of connections needed for shared-memory communications (NETTYPE ipcshm).

    该区尺寸相当,可用12kb乘以共享内存通信(NETTYPEipcshm)所需预期连接数目来计算该尺寸。

    youdao

  • I have a Shared memory used by multiple processes, these processes are created using MPI.

    多个进程使用共享内存这些过程使用创建的MPI。

    youdao

  • By using CUDA's texture from linear memory, over-bound accessing is avoided. For reducing access of global memory, the algorithm employs CUDA's Shared memory.

    算法通过运用线性存储器纹理解决了越界问题,并借助CUDA共享内存减少全局内存访问次数。

    youdao

  • Cores communicate through message passing using 384kb of on-die Shared memory.

    核心通过使用384kb片上共享存储器进行消息传送来相互通信

    youdao

  • Physical Shared memory bus, message translating LAN and copy Shared memory network are the main interconnecting technology using in distributed real-time simulation.

    分布式仿真系统可采用的联接方式主要物理共享内存总线消息传递网络复制共享内存网络三种。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定