semaphores

semaphores

美 [?sem??f?r]  英 [?sem??f??(r)]

  • n.(鐵路的)臂板信號(機);信號裝置;(軍隊的)旗語通信(法)
  • v.打信號(機)通知;打旗語
  • 網絡信號量;信號燈;號志

詞形變化

過去分詞:semaphored  現在分詞:semaphoring  第三人稱單數:semaphores  

英漢解釋

n.
1.
(鐵路的)臂板信號(機),信號(燈);信號裝置
2.
(軍隊的)旗語通信(法)
3.
【旅】塞瑪弗,南澳大利亞阿德萊德的一個濱海區
v.
1.
打信號(機)通知
2.
打信號;打旗語

英英解釋

n.

例句

Because named semaphores are system wide, it is possible to have multiple Semaphore objects that represent the same named semaphore.

因為命名信號針對整個系統范圍所以可以具有多個表示同一命名信號

Wordlessly, relying on the heart's semaphores, the mother says all an infant needs to hear, communicating through eyes, face and voice.

不必言說心靈密語母親說出嬰兒需要聽到一切通過眼神表情聲音進行交流

In multiprocessor systems, semaphores are not always the best solution to the synchronization problems.

處理器系統信號并不同步問題最佳解決方案

used for inter task synchronization. Semaphores are usually provided by the operating system.

用于進程同步數據結構信號燈常常操作系統提供

A real application would use semaphores or other techniques to control reading and writing to the shared segment.

真實應用程序使用信號其他技術控制共享內存讀寫

Refer to the section on semaphores in this article for the prototype for each of these System V semaphores.

關于每個SystemV信號原型參閱本文有關信號內容

This second part of the series has introduced synchronization objects and primitives, starting with semaphores and events.

本文一系列第2部分文章信號事件入手介紹有關同步對象原語內容

Semaphores are another type of synchronization primitive that come in two flavors: binary and counting.

信號一種風格出現基本方法二進計數模式

Message queues are a really simple concept that derives from the power of queueing semaphores .

消息隊列信號隊列引申簡單概念

To prevent undetectable over rflow conditions, the kernel imposes a maximum value limit beyond which semaphores cannot be incremented.

為了防止無法檢測溢出情況系統內核規定一個最大極限超過這個信號不能增加

Semaphores allow synchronization of processes by testing and setting the integer value in a single atomic operation.

信號允許進程通過一個單一原子操作測試設置那個整數實現同步

In Linux, POSIX semaphores and System V semaphores are asynchronous but pthreads conditional variables are not asynchronous.

LinuxPOSIX信號SystemV信號都是異步不過pthreads條件變量不是異步

this includes memory, open files, and any other odds and ends that we will encounter in this book, such as semaphores.

包括內存打開文件其他雜七雜八東西比如信號

Notice that in System V semaphores, key is used to uniquely identify the semaphore; in Windows, the semaphore is identified by a name.

注意SystemV信號key用來惟一標識信號Windows信號使用一個名稱標識

In Linux, pthreads does not provide an initial state, but POSIX semaphores provide an initial state.

Linuxpthreads沒有提供初始狀態POSIX信號提供一個初始狀態

With mutually exclusive production volume of consumer questions use semaphores to solve the production of consumer issues.

互斥解決生產消費者問題信號解決生產消費者問題

The threading module does provide many synchronization primatives, including semaphores, condition variables, events, and locks.

線程模塊提供許多同步包括信號條件變量事件

Added sys. Dm_exec_query_memory_grants and sys. Dm_exec_query_resource_semaphores to the list of dynamic management objects.

動態管理對象列表添加sys.dm_exec_query_memory_grantssys.dm_exec_query_resource_semaphores。

Named semaphores extend the synchronization between processes.

有名信號可以進程之間進行同步

The next article in this series will cover semaphores.

系列篇文章闡述信號

This can also increase the semaphores available and enables the server to be more efficient when dealing with large bursts of activity.

可以增加可用信號服務器能夠高效處理活動高峰

In Linux, conditional variable and POSIX semaphores are of the auto-reset type.

Linux條件變量POSIX信號都是自動類型

Everything soft and enchanting as we walk over the bridge. Smoke coming up between our legs, the tracks creaking, semaphores in our blood.

過橋一切軟綿綿迷人煙霧我們裊裊上升

Windows access control security is meaningful only for named system semaphores.

Windows訪問控制安全性命名系統信號意義

A widely used mechanism, effective in both uniprocessor and multiprocessor systems, relies on the use of semaphores .

信號作為一種同步機制處理器處理器系統有效因而得到廣泛使用

Though semaphores are not directly supported in the Java language, they are easily implemented on top of object locks.

盡管信號并未直接Java語言支持很容易對象上鎖基礎實現

With every tick, the process will run, do work and, optionally, set other semaphores to signal other processes that it is time to do work.

每一時間到來進程運行作業必要其他信號通知相應進程準備運行

On Linux, POSIX semaphores are used only between the threads of same process.

Linux相同進程不同線程之間使用POSIX信號

The host can provide events, critical sections, and semaphores.

宿主提供事件臨界信號

Part 2 in the series covers synchronization objects and primitives, starting with semaphores and events.

系列第2部分介紹同步對象原語首先信號事件

The named semaphores are shared across processes.

名稱信號多個進程共享

Between processes, System V semaphores can be used.

進程之間可以使用SystemV信號

A text file showing the semaphores that were contended for.

一個文本文件顯示信號

Caution is advised in using named semaphores.

建議使用命名信號小心

Figure 4 is a sample of the busiest semaphores (total count) for D01MLC96 over our study period.

4我們研究期間D01MLC96繁忙信息量總數一個例子

Almost free as code size, you need no semaphores nor mutexes. * Almost free as code size, you need no semaphores nor mutexes.

基本上沒有代碼空間開銷需要信號互斥

The most common building blocks of intertask communication are semaphores and mutexes.

進程通訊基石信號燈互斥

What kind of ORA errors are related to semaphores?

信號相關ORA錯誤

Other resources, such as semaphores, network handles, database connections, and so on, deserve the same consideration.

其他資源信號網絡句柄數據庫連接同樣值得考慮

You can also see the reduction in the semaphores in this production workload with Domino 7.

可以看到使用Domino7生產工作負載信號減少