queue empty 中文意思是什麼

queue empty 解釋
隊列空
  • queue : n 1 發辮,辮子。2 〈英國〉(順序等車、購物的)行列,長隊;車隊。vt 把(頭發)梳成辮子。vi 〈英國...
  • empty : adj 1 空的,空著的。2 空虛的,空洞的。3 無聊的,愚蠢的。4 空閑的;無效的;徒勞的。5 杳無人煙的,...
  1. In the chapter two we discussed that the server would first use speed - 1 to serve customers when the system entered the busy state from the empty state, but when the server found the number of customers in the system exceeded the thresh - n during serving, after finishing the service of current customer it would use speed - 2 to serve the next customer till there is no customer. by the method of supplementary variable, l - transition and constructing vector markov, we attained the distribution of the queue length, the distribution of wait - time, the distribution of stay - time, the utility and etc. in the last part of this chapter, we discussed the optimal n * for thresh n which minimizing the cost function and we illustrate the cost function behaves for various parameter selections by a numerical study

    在本文第二章討論了當系統從空閑進入忙期時是服務臺以速度1進行服務,但一旦對某顧客服務完畢時如發現系統中的顧客數超過n值時就以速度2服務后續顧客直到系統變空的可修排隊系統,通過構造各種向量馬氏過程和吸收向量馬氏過程,獲得了瞬態、穩態隊長分佈、等待時間分佈、逗留時間分佈、更新周期分佈等一系列排隊指標以及可用度、可靠度等一些可靠性指標,在本章最後又從系統如何更好節省費用角度出發討論了門限n的最優取值問題,並利用mathematic軟體對費用函數進行了數值模擬。
  2. In traditional producer consumer fashion, queue is written so that threads block when it becomes empty, and are notified when new requests are available

    在傳統的生產者/消費者方式下,為了在隊列變為空時線程會阻塞,並在新請求可用時線程會得到通知,需要寫
  3. When you store messages in a journal queue, empty the queue periodically to remove messages that are no longer needed

    在日記隊列中存儲消息時,應定期清空隊列以移除不再需要的消息。
  4. When you store messages in a dead - letter queue, empty the queue periodically to remove messages that are no longer needed

    在死信隊列中存儲消息時,應定期清空隊列以移除不再需要的消息。
  5. Out parameters that enable processing to continue if the queue is empty

    使處理能夠在隊列為空時繼續進行的out參數。
  6. When the number of queue readers matches the incoming traffic, the queue periodically reaches a state where either the queue is empty, or all messages in the queue belong to a conversation that is being processed by another queue reader

    當隊列讀取器的數量與傳入的通信流量相匹配時,隊列會定期進入一種狀態,即隊列或者為空,或者該隊列中的所有消息都屬于正由另一隊列讀取器處理的會話。
分享友人