executing threads 中文意思是什麼

executing threads 解釋
增減執行緒
  1. Keyword indicates that a field might be modified by multiple concurrently executing threads

    關鍵字表示欄位可能被多個並發執行線程修改。
  2. In other words, when many threads are attempting to access a shared resource, the jvm will spend less time scheduling threads and more time executing them

    (換句話說,當許多線程都想訪問共享資源時, jvm可以花更少的時候來調度線程,把更多時間用在執行線程上。
  3. 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

    由多線程通信程序的設計和實現可得出結論,多線程通信對那些需要更高效率的執行時間、存儲空間的應用領域是很有用的,並且我們可以輕松地把這種方法推廣到工業控制和測試應用中,例如可把程序的結構安排成主線程和輔助線程,在主線程中可進行有關初始化及協調各輔助線程。
  4. Types in the. net framework and third - party class libraries can provide methods that allow an application to continue executing while performing asynchronous operations in threads other than the main application thread

    . net framework和第三方類庫中的類型可以提供允許應用程序在主應用程序線程之外的線程中執行異步操作的同時繼續執行的方法。
  5. Any daemon threads are executing a

    有任何后臺線程正在執行一個
  6. If too many threads are executing at the same time, the task switching overhead becomes a significant factor

    如果同時執行的線程太多,任務切換開銷就成為影響性能的一個主要因素。
分享友人