worker thread 中文意思是什麼

worker thread 解釋
背景工作線程
  • worker : n. 1. 工作者;工人,勞動者,職工,工作人員;技工。2. 【蟲類】工蜂 (= worker-bee); 工蟻 (= worker-ant)。3. 【印刷】電鑄版。
  • thread : n 1 線;細絲;〈英國〉麻紗,〈美國〉棉紗;纖維。2 細線,細流,細礦脈。3 (議論等的)思路,條理,...
  1. A queued task waiting for an available worker thread can cause deadlock

    排隊等待可用工作線程的任務可能導致死鎖。
  2. A worker thread does not have its own message pump

    輔助線程沒有自己的消息泵。
  3. Will not return until the worker thread returns, thereby terminating itself

    才會返回,然後自行終止:
  4. In the implementation of the multi - thread communications in the thesis, the worker thread performs a circulation of counting for a huge span of time, without the communication between main thread and the worker thread, the cpu would be locked and the system would not respond

    在論文的通信程序實現中,輔助線程實現一個耗時巨大的循環計數,如果沒有主線程與輔助線程的通信, cpu將被阻塞住。
  5. A conclusion can be get from the design and implementation of the multi - thread communication program that multi - thread communications are useful for those application aspects requiring more executing time efficiency and storing space efficiency, and we can easily introduce the method into industry control and test, for example, we can scheme the architecture of the program as main thread and worker thread, in main thread, we can do initialization and coordinating the worker threads

    由多線程通信程序的設計和實現可得出結論,多線程通信對那些需要更高效率的執行時間、存儲空間的應用領域是很有用的,並且我們可以輕松地把這種方法推廣到工業控制和測試應用中,例如可把程序的結構安排成主線程和輔助線程,在主線程中可進行有關初始化及協調各輔助線程。
  6. The database and transaction log files are sorted by disk device, and a separate worker thread is assigned to each disk device

    按磁盤設備排序數據庫和事務日誌文件,並給每個磁盤設備指派單獨的工作線程。
  7. Multithread illustration, where recalculations are done in a worker thread

    多線程說明,其中在輔助線程中執行重新計算。
  8. If you update a field while the worker thread is already recalculating, the active recalculation will be abandoned and a new one started

    如果您在輔助線程已經開始重新計算時更新一個欄位,當前的重新計算將被放棄並開始一個新的計算。
  9. Menu to compare the " feel " of recalculation in a separate worker thread versus recalculation in the same thread as the main application user interface thread

    在「 demo 」菜單上單擊「 worker thread 」或「 single thread 」 ,對比在單獨的輔助線程中重新計算與在主應用程序用戶界面線程所在的同一線程中重新計算的「感受」 。
  10. There is no limit to the number of startup procedures you can have, but be aware that each consumes one worker thread while executing

    雖然對啟動過程的數目沒有限制,但是請注意,在執行時每個啟動過程將佔用一個工作線程。
  11. The maximum number of worker threads in the thread pool

    線程池中的輔助線程的最大數量。
  12. In the single thread demonstration, you cannot update either of the integer fields while mtrecalc is recalculating, but in the worker thread demonstration you can

    在單線程演示中,當mtrecalc正在重新計算時無法更新任何一個整數欄位,而在輔助線程演示中則可以。
  13. Shows how you can run a worker thread which makes synchronous calls to the user interface ( for example, thread reads a long recordset and fills some control in the form )

    這個項目演示了如何運行一個工作線程,可以對用戶介面生成同步調用(如,線程可以讀取一個長記錄集,填充窗體中的一些控制項) 。
  14. Running worker thread in c - shows how you can run a worker thread which makes synchronous calls to the user interface ( for example, thread reads a long recordset and fills some control in the form )

    這個項目演示了如何運行一個工作線程,可以對用戶介面生成同步調用(如,線程可以讀取一個長記錄集,填充窗體中的一些控制項) 。
  15. When a server application loses a worker thread, the application may appear to work fine for quite a while, making the true cause of the problem difficult to identify

    當服務器應用程序丟失了一個工作線程( worker thread )時,在較長時間內應用程序仍可能顯得一切正常,這使得該問題的真實原因難以確定。
  16. Function loops until the worker thread object s

    函數將一直循環,直到輔助線程對象的
  17. To return, thereby terminating the worker thread

    返回,從而終止輔助線程。
  18. Before actually creating the worker thread, the

    在實際創建輔助線程之前,
  19. The following code example shows how to create a dependent transaction to manage two concurrent tasks by cloning a dependent transaction and passing it to a worker thread

    下面的代碼示例說明如何通過克隆依存事務並將其傳遞到輔助線程,創建依存事務以管理兩個並發任務。
  20. The worker thread will begin execution by calling this method, and terminate automatically when this method returns

    函數。輔助線程將通過調用此方法來開始執行,並在此方法返回時自動終止。
分享友人