thread pool 中文意思是什麼

thread pool 解釋
線程池線程
  • thread : n 1 線;細絲;〈英國〉麻紗,〈美國〉棉紗;纖維。2 細線,細流,細礦脈。3 (議論等的)思路,條理,...
  • pool : n 1 (天然)水坑,水塘;水池子,沉澱池;游泳池;龍潭。2 〈美國〉油田地帶;石油層;瓦斯層;煤坑。3...
  1. Marks the currently executing thread - pool thread for the execution of managed code

    標記用於執行託管代碼的當前正在執行的線程池線程。
  2. Gets a value indicating whether or not a thread belongs to the managed thread pool

    獲取一個值,該值指示線程是否屬于託管線程池。
  3. All requests above that number remain queued until thread pool threads become available

    所有大於此數目的請求將保持排隊狀態,直到線程池線程變為可用。
  4. The thread pool properties control how many threads the server creates

    線程池屬性控制服務器創建多少線程。
  5. By default, the server - side thread pool has a size of one, meaning that only one operation can execute in the server at a time

    默認情況下,服務端線程池的大小是1 ,意味這服務端同時只能處理一個調用請求。
  6. The object that is passed to the delegate when serviced from the thread pool

    在接受線程池服務時傳遞給委託的對象。
  7. Errors that occur during an asynchronous read request, such as a disk failure during the i o request, occur on the thread pool thread and throw exceptions when calling

    異步讀取請求期間出現的錯誤(如i / o請求期間的磁盤故障)發生在線程池線程上,並在調用
  8. Errors that occur during an asynchronous write request, such as a disk failure during the i o request, occur on the thread pool thread and throw exceptions when calling

    異步寫請求期間出現的錯誤(如i / o請求中期間出現的磁盤故障)發生在線程池線程上,並且在調用
  9. If you do not define a thread pool size, notification services allocates up to 25 threads for parallel rule execution

    如果未定義線程池大小,則notification services最多可分配25個線程進行并行規則執行。
  10. Sets the number of idle threads the thread pool maintains in anticipation of new requests

    設置線程池在新請求預測中維護的空閑線程數。
  11. Retrieves the number of idle threads the thread pool maintains in anticipation of new requests

    檢索線程池在新請求預測中維護的空閑線程數。
  12. To specify the distributor thread pool size

    指定分發服務器線程池大小
  13. Setting a thread pool size is optional

    設置線程池大小是可選的。
  14. To specify the generator thread pool size

    指定生成器線程池大小
  15. Determining an optimal thread pool size

    確定最佳線程池大小
  16. Setting the thread pool size too large can cause performance problems

    將線程池大小設置得太大可能導致性能問題。
  17. Locks that are mostly contended are the " hot " locks in an application, such as the locks that guard the shared work queue for a thread pool

    多數競爭鎖是應用程序中的「熱」鎖,例如保護線程池的共享工作隊列的鎖。
  18. Queues the specified delegate to the thread pool

    將指定的委託排隊到線程池。
  19. To dispatch the commit holdup to a thread from the thread pool

    以將延遲的提交分配給來自線程池的線程。
  20. Aiming at the distributed transaction application environment, this thesis introduces leader / followers pattern and put it into use to implement an effective thread pool, which is able to dispatch service request events efficiently, and is especially suitable for event - driven services

    針對分佈事務應用環境,本文借鑒leader followers模式實現了一類高效的線程池,適合於事件驅動的服務運行方式,能夠高效地進行服務請求事件的分發處理。
分享友人