non-blocking的意思
non-blocking中文翻譯:
adj.非阻塞;無閉塞
blocking───n.阻塞;封閉;大塊;v.阻塞(block的ing形式)
non───adv.非,不;n.(Non)(美、泰)嫩(人名)
blocking numbers───塊編號;批號
blocking aisle───阻塞通道
blocking statistics───阻塞統計
blocking crochet───鉤針
geo blocking───地質阻塞
blocking initiative───封鎖行動
blocking 5g───阻塞5g
IDS has replaced its checkpoint algorithm with a virtually non-blocking checkpoint algorithm.───IDS已經用一個非阻塞檢查點算法替代了它的檢查點算法。
Send can also be called in a non-blocking way.───也可以用非阻塞方式調用send方法。
NeverBlock cannot help making a blocking driver non-blocking.───NeverBlock不能讓一個阻塞的驅動變得非阻塞。
Non-blocking. A multiplexer or matrix arrangement of relays where it is possible to switch any signal to any DUT at any time.───非分塊繼電器的復用或矩陣配置,任何時間均可將任意信號切換至任意DUT。
It is possible to stream data through the child's stdin, stdout, and stderr in a fully non-blocking way.───可以通過子進程的標準輸入、標準輸出、標準錯誤輸出以完全非阻塞的形式傳遞數據。
A non-blocking one-way invocation of a service enables the client to carry on executing without waiting for the service to run.───服務的非阻塞單向調用允許客戶端在無需等待服務運行的情況下進行執行。
No locks will be included; this kind of lock-free, concurrent data structure is also referred to as a non-blocking data structure.───這個堆棧沒有鎖;這種無鎖的并發數據結構也稱為非阻塞數據結構。
Because of the non-blocking nature of the MSG_DONTWAIT variant of send, the call returns after sending all, some, or none of the data.───由于send的MSG_DONTWAIT變量的無阻塞性質,函數調用在發送完所有的數據、一些數據或沒有發送任何數據后返回。
The next thing to decide is the server model: "Non-blocking sockets, non threaded" , or "blocking sockets, threaded" .───下一件事是決定服務器模型:“非阻塞soket,不使用線程”,或者“阻塞soket,使用線程”。