listen mode 中文意思是什麼

listen mode 解釋
接聽模式
  • listen : vi 1 聽。2 聽從,服從 (to) 3 聽上去,聽起來。n 聽,傾聽。 Please have a listen to this 請聽聽這...
  • mode : n 1 法,樣,方法,方式。2 模,型;樣式,體裁,款式;習慣。3 風尚;〈the mode〉流行,時髦。4 【語...
  1. The file specifies the singleton server - activation mode, the type name and assembly of the type on behalf of which it is to listen, and the object uniform resource identifier or external name of the object

    該文件指定singleton服務器激活模式、為其偵聽的類型的類型名稱和程序集,以及對象的統一資源標識符( uri )或外部名稱。
  2. 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地址、埠號,提高了數據傳輸速率。
  3. The system call dosopen allows the client process to gain access to the named pipe created by the server in listen mode

    系統調用dosopen ( )允許客戶端進程訪問由服務器創建的處于監聽模式的有名管道:
  4. Dosconnectnpipe is used by the server process to connect to the pipe on one end. this puts the pipe to listen mode, and client processes can now access the pipe using

    服務器進程可以使用系統調用dosconnectnpipe ( )連接到管道的一端上,這樣就可以將管道設置成監聽模式,客戶端進程現在就可以使用dosopen ( )來訪問這個管道了:
分享友人