queue request 中文意思是什麼

queue request 解釋
排隊請求
  • queue : n 1 發辮,辮子。2 〈英國〉(順序等車、購物的)行列,長隊;車隊。vt 把(頭發)梳成辮子。vi 〈英國...
  • request : n 1 請求,懇求,懇請;要求,需要。2 要求物,需要品,請求之事;請求文,請願書。vt (鄭重或正式)請...
  1. Socket function mainly realizes setting up and initializing service unit socket, initializing service unit and service unit serial and so on. bind funcion primarily binds local address and port for the socket. listen function is to evaluate the max length of server ’ s listening queue. connect function and accept function set aside rate ahead, infrom user ’ s request of establishing virtual circuit to suna, cooperate with suna to establish the connection between client and server, return the result. we make use of three handshake with data protocol and virtual circuit mode, in this way, when we translate data, we can look up communication course according to virtual circuit number, at the same time, there aren ’ t source ip address and port, end ip address and port in the head of data package, the speed of translating data advances in a certain extent. send function and recv function is to send data collaborating with suna, and copy data from the receiving queue of socket to user ’ s buffer. close function cooperate

    Socket ( )函數實現創建、初始化服務元套接字,初始化服務元及服務元序列等。 bind ( )函數為套接字綁定本地地址和埠號。 connect ( )和accept ( )函數主要是根據用戶要求預留帶寬,將用戶的建立虛電路請求轉達給服務元網路體系,協作服務元網路體系採用捎帶數據的三次握手協議建立虛電路,並告訴用戶處理結果,一方面,捎帶數據的三次握手協議在一定程度上可提高數據傳輸速度;另一方面,採用虛電路方式,使得數據通信可直接根據虛電路號查找相應的通信進程,而且數據包的包頭中省去了源ip地址、埠號和目的ip地址、埠號,提高了數據傳輸速率。
  2. The number of milliseconds that the most recent request waited in the queue for processing

    Request wait time (請求等待時間)隊列中最近一次請求等待處理的毫秒數。
  3. Then, put forward the design policy for the lower - layer of embed linux browser. considering running on embed system platform, each blocking i / o operation has been encapsulated to be independent module by using “ request queue - asynchronous callback ” mechanism implemented from command processor design pattern

    針對嵌入式平臺的特點,利用根據命令處理器設計模式實現的「請求隊列-異步回調」機制,將各個引起延遲的網路i / o操作模塊封裝隔離成可以異步回調操作的模塊。
  4. If you want to request negative acknowledgment when a message fails to be retrieved from the queue, set the property to

    如果希望當未能從隊列中檢索到消息時收到否定確認,請將該屬性設置為
  5. ? the status transfer of request in queue is analyzed deeply, for sketching the status transfer pattern of request in pipe queue and batch queue

    對請求在隊列中的狀態遷移進行了深入分析,勾畫了請求在管道隊列以及批處理隊列中的狀態遷移模式。
  6. On my request the conqueror questioned the man who jumped the queue

    根據我的請求,征服者質問了插隊者
  7. We also have several service threads - one that reads requests off the outgoing message queue and submits them to the external server, one that reads the responses off the incoming responses queue and routes them to the plug - in, and perhaps threads within the plug - ins for servicing sockets or other external request sources

    我們還有幾種服務線程,一個從出站消息隊列讀取請求並將其提交給外部服務器,一個從入站響應隊列讀取響應並將其路由到插件,在用於向套接字或其它外部請求源提供服務的插件中可能也有一些線程。
  8. Http. sys monitors the request queue and removes disconnected requests every 120 seconds

    Http . sys監視請求隊列並每隔120秒移除斷開連接的請求。
  9. The transaction status queue should receive these acknowledgments even if the sending application does not request other acknowledgments

    即使發送應用程序未請求其他確認,事務狀態隊列也應收到這些確認。
  10. We intercept and capture the read and write system calls via putting the nvram on the request queue. then observing the capacity of the " dirty " data, we redirect the writing direction to the hard disk while detecting the proportion of the " dirty " data exceeds the limit

    通過文件系統對數據讀寫操作流程的分析,在系統的request隊列中將其讀寫的對象置換為nvram ,從而實現數據讀寫的截取和轉向,然後對nvram的臟數據容量進行檢測,當其到達nvram容量的一定比例后,調用相應的程序把臟數據對外設回寫。
  11. If the scsiport driver encounters multiple busy or queue full request completions, it attempts to requeue requests in the logical unit s device queue

    如果scsiport驅動程式遇到多重忙碌或佇列已滿要求時,會嘗試將要求重新列入邏輯單位的裝置佇列中。
  12. Srq system request queue

    系統請求隊列
  13. One however probably can combine this data with device queue sizes and average request execution time to get some decent values

    然而一方面,我們可能可以把這個數據與設備排隊尺寸以及平均請求執行時間結合起來以得到一些合適的數值。
  14. When the command with the associated notification is executed, any changes to the original result set trigger sending a message to the sql server 2005 queue that was configured in the notification request

    如果在服務器上執行transact - sql語句,該語句將跟蹤查詢,如果檢測到某項更改還會使結果集更改,會向在通知請求中設置的sql server 2005隊列發送消息。
分享友人