blocking calls的意思
blocking calls中文翻譯:
阻止通話
相似詞語短語
blooming mills───初軋機
bowling balls───保齡球
stocking caps───絨線帽
wrecking balls───破壞球
blocking factors───區組因素,分組因子
blocking factor───[計]塊因子;[計]組塊因子;編塊因數
backing crawl───仰泳
bearing walls───承重墻
birthing balls───分娩球
雙語使用場景
The rpc module includes extensions that allow for synchronous, asynchronous, and blocking calls.───rpc 模塊包含允許同步、異步和阻塞調用的擴展。
Blocking calls should be able to support cancellation.───阻塞調用可以支持撤銷。
Requests processed synchronously are blocking calls.───同步處理的請求會阻塞調用。
SCA does not define a mechanism for making non-blocking calls to methods that return values or are declared to throw exceptions.───SCA并不定義對返回值或聲明要引發異常的方法的非阻塞調用的機制。
Use blocking calls sparingly and only for initialization, especially when writing network services where performance matters.───只在初始化時使用少量的阻塞調用,尤其是在編寫注重性能的網絡服務時。
Using non-blocking calls the client invokes the service and continues processing immediately, without waiting for the service to execute.───通過使用非阻塞調用,客戶機可調用服務并立即繼續進行后續處理,而不必等待服務執行。
Currently SCA supports non-blocking calls to methods that return "void" and have no declared exceptions.───當前SCA支持對返回“void”且沒有已聲明異常的方法進行非阻塞調用。
Threads that make blocking calls in a synchronized method often make such tasks impossible.───造成阻塞調用的線程常常會令同步任務失敗。