multithreaded application 中文意思是什麼

multithreaded application 解釋
多線程應用程序
  • multithreaded : 多重線串的
  • application : n. 1. 適用,應用;運用。2. 申請,請求;申請表格。3. 勤勉,用功。4. 敷用;敷用藥。
  1. The movement of the bar is usually part of some multithreaded task, which helps to avoid blocking progress from the rest of the application, like regular screen updates

    長條的移動通常是某個多線程任務的一部分,這有助於避免阻塞應用程序其餘部分的進度,如常規的屏幕更新。
  2. Supplying and returning values in a multithreaded application is complicated because the constructor for the thread class must be passed a reference to a procedure that takes no arguments and returns no value

    在多線程應用程序中提供和返回值是很復雜的,因為必須將對某個過程的引用傳遞給線程類的構造函數,該過程不帶參數也不返回值。
  3. However, be aware that writing correct multithreaded applications can be difficult : your application may stop responding or experience transient errors due to race conditions

    但請注意,編寫正確的多線程應用程序可能很困難:應用程序可能會因為爭用條件而停止響應或遇到瞬態錯誤。
  4. Olap for database multithreaded server application

    多線程服務器應用程序
  5. The process of automating administration across multiple instances of sql server. multithreaded server application

    數據庫鏡像會話只能有一個見證服務器,該服務器是可選的。
  6. But in a multithreaded application, especially one that runs as a server and is not attached to a console, thread death may be a less noticeable event, resulting in partial system failures that can cause confusing application behavior

    但在多線程應用程序中,尤其是在作為服務器運行並且不與控制臺相連的應用程序中,線程死亡可能成為不太引人注目的事件,這會導致局部系統失敗,從而產生混亂的應用程序行為。
  7. Note that you must address potential race conditions if you use this pattern in a multithreaded application where the test involves a mutable object

    注意,當在測試涉及可變對象的多線程應用程序中使用該模式時,必須解決可能出現的爭用狀態問題。
分享友人