nonblocking

nonblocking

 英

  • 網絡非阻塞;非阻塞式;非阻塞賦值

例句

An introduction to nonblocking algorithms: Describes how concurrent algorithms can be implemented without locks, using atomic variables.

阻塞算法簡介介紹如何使用原子變量不是實現并發算法

As the nonblocking channel is read, it is written into a pipe that is being consumed by a second thread.

讀取阻塞通道第二線程消費管道

A nonblocking read makes no guarantee to the caller besides the fact that it won't block.

除了不會阻塞之外阻塞不能呼叫方任何保證

And best of all, DWR can auto-detect when it's running under Jetty and switch to using Continuations for nonblocking Comet.

運行JettyDWR能夠自動檢測切換使用Contiuations實現阻塞Comet

The nonblocking version has several performance advantages over the lock-based version.

阻塞版本相對基于版本幾個性能優勢

Because nonblocking channels give no indication when a message has been fully read, we are forced to handle this at the protocol layer.

因為全部讀取消息阻塞通道沒有任何提示所以強制我們協議處理情況

Nonblocking algorithms tend to be far more complicated than lock-based ones.

阻塞算法基于算法復雜

Channels can be used in a blocking or a nonblocking mode, though of course we will focus on using channels in nonblocking mode.

盡管我們當然注意力放阻塞方式使用通道通道可以阻塞方式阻塞方式使用

Nonblocking invocations are useful in designing user interfaces and when service invocations take a lot of time.

阻塞調用設計用戶界面以及服務調用非常費時情況有用

In nonblocking mode, the thread will read whatever amount of data is available and return to perform other tasks.

阻塞模式線程讀取已經可用數據不論多少),然后返回執行其它任務

Data is read from the channel in a nonblocking fashion and written to the Client object.

數據阻塞方式通道讀取Client對象

The createPipe subroutine is a simple method to create a nonblocking read from a pipe using threads.

createPipe子例程使用線程管道進行阻塞讀取簡單方法

In Chapter 2, we focus on the performance analysis of internal nonblocking packet switches with Bernoulli traffic arrival model.

第2研究貝努里信元到達模型內部阻塞交換機性能分析

Nonblocking algorithms are often called optimistic because they proceed with the assumption that there will be no interference.

阻塞算法通常叫作樂觀算法因為它們繼續操作假設不會干擾

If you dive into the JVM and OS, you'll find nonblocking algorithms everywhere.

如果深入JVM操作系統發現阻塞算法無處不在

You can provide a nonblocking API to the client so it can hand over the request to the SOAP engine and continue with the other work.

可以客戶端提供一個nonblockingAPI這樣可以請求傳遞SOAP引擎繼續其他工作

Nonblocking reads and writes are essential to NIO, but they don't come trouble free.

對于NIO阻塞讀寫必要它們并不是完全沒有麻煩

Many articles followed, explaining the basics of NIO and how to leverage the benefits of nonblocking channels.

下面許多文章闡述NIO基本知識如何利用阻塞通道好處

Developing nonblocking algorithms is a rather specialized discipline, and it can be extremely difficult to prove their correctness.

開發阻塞算法相當專業訓練而且證明算法正確極為困難

Thus it can be avoided efficiently to misuse blocking and nonblocking assignments.

可以有效地避免阻塞阻塞過程賦值誤用

Nonblocking algorithms are used extensively at the operating system and JVM level for tasks such as thread and process scheduling.

阻塞算法廣泛用于操作系統JVM級別進行諸如線程進程調度任務

On the other hand, a nonblocking read might read more than enough, forcing an overhead buffer for the next call.

另外阻塞可能讀取消息從而強制下一個呼叫準備一個額外緩沖區

To make the channel nonblocking, we call configureBlockingMethod(false) on the channel, as shown here

為了使通道成為阻塞我們通道調用configureBlockingMethodfalse),

熱門查詢