semaphores 双语例句
全部
1·Part 2 handles semaphores and events.
第2部分处理的是信号量与事件。
2·Timeout: Win32 event semaphores support timed wait.
超时:Win32事件信号支持定时等待。
3·Between processes, System V semaphores can be used.
在进程之间,可以使用System v信号量。
4·Optimizing server performance: Semaphores (Part 2).
优化服务器性能:Semaphores(第2部分)。
5·Optimizing server performance: Semaphores (Part 1).
优化服务器性能:Semaphores(第1部分)。
6·Nsems is the number of semaphores in the semaphore set.
nsems是这个信号量集中信号量的数量。
7·The next article in this series will cover semaphores.
本系列的下一篇文章将阐述信号量。
8·A text file showing the semaphores that were contended for.
一个文本文件,显示被争用的信号量。
9·Type of semaphore: Windows provides named and unnamed semaphores.
信号量的类型:Windows提供了有名(named)信号量和无名(unnamed)信号量。
10·Named semaphores extend the synchronization between processes.
有名信号量可以在进程之间进行同步。
信号
1·Other systems: the gestures that mimes use, semaphores, are all semiotic systems.
其他的系统,比如手势,模仿,信号,他们都是符号系统。
2·In most respects weightless threads are quite a bit simpler than most variants; most issues about semaphores, locking, and the like disappear.
在很多方面,轻便线程比大多数变体都简单得多;大多数关于信号、锁定及诸如此类的问题都不存在了。
3·Performance Degradations such as failure to correctly release resources including file handles, connections, semaphores, and streams
性能下降问题,诸如释放资源(包括文件句柄、连接、信号和流)失败。
4·Nsems is the number of semaphores in the semaphore set.
nsems是这个信号量集中信号量的数量。
5·You may want to pursue a clustering strategy if the database semaphores 0244 and 0245 appear and you notice the following
如果出现数据库信号量 0244 和 0245 并发现了以下情况,就可以考虑使用集群战略
信号量
1·A real application would use semaphores or other techniques to control reading and writing to the Shared segment.
真实的应用程序会使用信号量或其他技术控制对共享内存段的读写。
2·The threading module does provide many synchronization primatives, including semaphores, condition variables, events, and locks.
线程模块提供了许多同步原语,包括信号量、条件变量、事件和锁。
3·Specifically, semaphores ensure that a server completes certain tasks before it begins other tasks.
具体地说,信号量确保服务器完成某些任务,然后再开始其他任务。
4·Other resources, such as semaphores, network handles, database connections, and so on, deserve the same consideration.
其他资源(如信号量、网络句柄、数据库连接等)同样值得考虑。
5·A text file showing the semaphores that were contended for.
一个文本文件,显示被争用的信号量。
信号灯
1·To that end, the threading module provides a number of synchronization primitives including locks, events, condition variables, and semaphores.
为了达到那个目的,线程模块提供了许多同步化的原生支持,包括:锁,事件,条件变量和信号灯。
2·A data structure that is used for intertask synchronization. Semaphores are usually provided by the operating system.
用于进程间同步的数据结构。信号灯常常由操作系统提供。
3·The most common building blocks of intertask communication are semaphores and mutexes.
大局部过程间通信的产生的基石是信号灯和互斥。