concurrency
美 [k?n'k?r?ns?]
英 [k?n'k?r?ns?] 
英漢解釋
例句
Academic literature studies at least a dozen concurrency models important enough to go into production.
學術文獻研究了至少十二種很重要的投入到了實際應用的并發模型。
At any time, the concurrency level of a scheduler is equal to the number of virtual processor granted to it by the Resource Manager.
在任何時候,計劃程序的并發級別等于通過資源管理器向它授予的虛擬處理器數。
This technique is called pipelining, and is a very effective way of exploiting concurrency in a general-purpose processor.
該技術被稱為流水線,是在通用處理器中采用并行算法且非常有效的途徑。
InfoQ: Rubinius seems to be shipped with a wealth of concurrency ideas and tools - threads, actors, multivm + message passing IPC, etc.
Rubinius好像有了很豐富的并發概念和工具——線程、actor、多虛擬機+消息傳遞IPC等等。
And she said there's still latent demand, and if the login servers could handle the load concurrency would be even higher.
她同時說,如果登錄服務器可以應付更高的并發性負載的話,市場仍有潛在需求。
The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
該事務沒有確認,因為至少一個資源管理器里的樂觀并發控制失敗。
Another aspect of one instance supporting multiple users is the matter of concurrency .
一個實例支持多個用戶帶來的另一方面問題是并發性。
The Concurrency Runtime also enables you to specify scheduling policies that meet the quality of service demands of your applications.
并行執行階段也可讓您指定符合應用程式服務品質需求的排程原則。
This may result in the queuing of additional requests until the long-lived request returns, freeing up the concurrency slot.
這可能導致其他請求排隊,直到那個長時間請求返回,讓出并發位置。
MenTaLguY: At this point in history, concurrency is a particularly important concern, and I think Rubinius reflects that.
從歷史上看,在這一點上,并發是一個非常重要的東西,我想是受了Rubinius的影響。
Note that this optimistic approach is how concurrency is handled with the reference implementation.
注意,這種樂觀方法也是參考實現處理并發性的方式。
Sometimes this gamble works, but in most cases you will not notice the concurrency improvement you might have hoped for.
有時,這種賭博有用,但大多數情況下,您都不會實現預期中的并發性改善。
This allows for a tradeoff between speed of execution and no reduction in concurrency against the number of statistics returned .
這就可以根據返回的統計信息數量,實現執行速度與不減少并發之間進行權衡。
Operational transformation is really just a concurrency primitive.
事實上,操作轉換僅僅是一個并發原型。
Let's take a look at each of these concurrency models, starting with the simplest one: vars.
我們來看一下每個并發模型,從最簡單的開始:vars。
Prime event structures have been shown to be useful models for concurrency and for sequential computation.
主要活動結構已經被證明是有用的模式,為連續計算。
The next nine parameters in the WHERE statement are used for optimistic concurrency.
接著的九個WHERE語句參數用于開放式并發。
Whenever a concurrency or locking issue occurs on a database, you might be asked which isolation level a statement effectively uses.
只要數據庫中出現并發性或者鎖定問題,您就可能會被問及一條語句能夠有效使用的隔離級別是什么。
Note that you wouldn't simply take locks around all read and write operations, as not all classes need such a concurrency control mechanism.
注意,并不是簡單地在所有read和write操作外面加上鎖,因為不是所有類都需要這種并發控制機制。
They assume some sort of concurrency exists in the computation system.
它們假設在計算系統中存在某種并行。
The key is to maximize the concurrency of the end-to-end application flow until the available processor or other resources are maximized.
關鍵是最大化端到端應用程序流的并發性,直到可用處理器和其他資源被最大化。
Due to this separation, a data warehouse does not require transaction processing, recovery, and concurrency control mechanisms.
由于這種分離,數據倉庫不需要事務處理、恢復和并行控制機制。
Its event-based aspects model a form of concurrency that's easy to learn and less error-prone than threading.
其基于事件的特性將模擬一種易于掌握并且比線程更少出錯的并發形式。
The next new feature within DB2 is an improvement to its transaction concurrency model.
DB2中的另一個新特性是對事務并發模型的改進。
FIFO has one disadvantage. It does not always allow the maximum concurrency.
FIFO有一個缺點,它并不總是允許最大的并發度。
The references below point, among other resources, to implementations and experiments with a wide variety of concurrency models.
下面的參考資料指向了一些用各種并發模型進行的實現和實驗,還有其它參考資料。
DELUXE mode provides more concurrency to the target table while loading, whereas EXPRESS mode expects the target table to be a RAW table.
DELUXE在加載時向目標表提供更多并發性,而EXPRESS模式期望目標表是一個RAW表。
Doing this causes the lock to be held until the end of the transaction, therefore impeding user concurrency.
此操作會造成在事務結束之前一直持有鎖,從而妨礙用戶并發。
In and of itself, simply passing messages around doesn't avoid all the problems of concurrency-incorrect code.
僅僅傳遞消息并不能避免錯誤的并發代碼的所有問題。
In cursors, however, an additional set of scroll locks can be acquired based on the specification of a cursor concurrency level.
但在游標中,可以根據指定的游標并發級別獲取一套額外的滾動鎖。
Like the API Layer strategy, the High Concurrency strategy frees the client layer from any transaction responsibility.
與API層策略類似,HighConcurrency策略釋放了客戶機層的任何事務責任。
New definition of concurrent conflict in collaborative design is presented and a fitting framework of concurrency control is designed.
提出了協同設計并發沖突定義和相應的并發控制框架。
You can leave your model with its default values for handling concurrency conflicts, or you can change it to suit your purposes.
您可以保留模型用于處理并發沖突的默認值,也可以根據您的需要對其進行更改。
Many developers believe concurrency demands elaborate mechanisms, and difficult threading code in particular, for a proper solution.
許多開發人員都相信:作為正確的解決方案,并發性需要有精巧的機制,特別需要有復雜的線程代碼。
Known as STM. NET, this research project was announced in 2008 as an alternative to explicit locks when dealing with concurrency issues.
這個研究項目始于2008年,被用于在處理并發問題時代替顯式鎖。
If a thread with system-level scheduling contention is desired, a new KSEG with a concurrency level of one can be created for that thread.
如果進程希望創建一個系統級調度的線程,會為這個線程創建一個新的并行級別為一的KSEG。
Because of the large inboxes for each user, available disk space limited the amount of concurrency that we were able to test.
由于每位用戶都使用大型的收件箱,所以可用的磁盤空間限制了我們可以測試的并發事務的數量。
Keep in mind the "user view" or "programming model" of concurrency as a matter of scheduling access to a unitary resource.
請記住,從“用戶視圖”或“編程模型”的角度來看,并發就是關于調度對不可分資源的訪問這樣一件事情。
Like the High Concurrency strategy, the High Performance strategy involves trade-offs to consider.
與高并發性策略類似,高性能策略也要考慮折衷的問題。
Even if the language isn't used in a production environment, it's useful for prototyping complex concurrency problems.
即使不是在生產環境中使用該語言,仍然可以使用它原型化復雜并發性問題。