file descriptors 中文意思是什麼

file descriptors 解釋
使用文件描述器
  • file : n 1 紙夾,文件夾。2 釘成冊的文件,檔案,卷宗,案卷,合訂本。3 【計算機】外存貯器,存貯帶。4 行列...
  • descriptors : 描述符
  1. The parent must prepare two sets of file descriptors for communicating with the child process - one pair for reading data from the stunnel process, the other for sending data over the network

    父進程必須準備兩套文件描述符用來與子進程通信一對用於從stunnel進程讀取數據,另一對用於通過網路發送數據。
  2. You may need to increase the number of file descriptors for the installation to succeed

    為了成功完成安裝,可能需要增加文件描述符的數量。
  3. Threads, on the other hand, automatically have access to the same memory address space and file descriptors

    另一方面,線程可以自動的訪問相同的內存地址和文件描述符。
  4. Where you can, avoid the operations that take file names, and use the operations that take file descriptors instead

    只要有可能,應盡量避免使用獲取文件名的操作,而是使用獲取文件描述符的操作。
  5. All threads within a single process have access to the same process components, such as file descriptors and memory

    在一個單個進程內所有的線程都有權使用這個同一個進程構成,像文件描述符和內存。
  6. In the openssl library, traditional socket calls are mimicked with a similar api that uses ssl context objects in place of file descriptors

    在openssl庫中,相似的api模仿傳統的套接字調用,使用ssl上下文對象代替文件描述符。
  7. Threads belonging to different interpreters initially share nothing, except process state like available memory, open file descriptors and such

    屬于不同解釋器的線程除了可用內存、打開的文件描述符之類的進程狀態不共享任何東西。
  8. This call provided a brute force way to get simple threading by creating two processes that shared a number of things that could include memory, file descriptors, signal handling - in other words, anything and everything

    這個調用提供了獲得簡單線程的一個強制方法,即創建兩個共享許多內容進程,共享的內容可以包括內存、文件描述符、信號處理換句話說,可以包括任何內容和所有內容。
  9. Takes a string indicating the command to run, and returns a pipe object, which holds file descriptors that sockets should use for reading and writing

    使用一個字元串指出要運行的命令,並返回一個pipe對象,該對象有一個文件描述符,套接字使用該文件描述符進行讀寫操作:
  10. The addressing structure is a b tree populated with extent descriptors the triples above, rooted in the inode and keyed by logical offset within the file

    尋址結構是一棵b +樹,該樹由盤區描述符(上面提到的三元組)填充,根在inode中,鍵為文件中的邏輯偏移量。
  11. The server replies with the guids and data source descriptors all of the matching annotations, and the client uses the point information to tell the user where annotations exist in the file

    服務器使用guid和所有匹配的注釋的數據源描述符來響應,而客戶端使用指針信息來告訴用戶注釋在文件的什麼地方。
  12. Don t use the tmp or var tmp directories at all ; ordinary shells usually don t support file descriptors, so tmpfile cleaners will eventually cause them to fail

    根本不要使用/ tmp或/ var / tmp目錄;普通的shell通常無法支持文件描述符,所以臨時文件清除器( tmpfile cleaners )最終將使它們失敗。
  13. For example, with clone you can selectively share parts of your parent s execution context memory space, file descriptors, etc. with a new child process. that s a good thing

    更糟糕的是,如果執行了未對的訪問, altivec不會提出對異常;它只執行對訪問,以及裝入或存儲程序員無意觸及的內存。
  14. There are two ways to duplicate file descriptors : a new handle is allocated, or some known handle is used as a new handle

    有兩種方法可以復制文件句柄:重新分配一個新句柄,或者將原來的一個已知句柄用作一個新句柄。
分享友人