文件描述符 meaning in English
file descriptor
Examples
- Threads , on the other hand , automatically have access to the same memory address space and file descriptors
另一方面,线程可以自动的访问相同的内存地址和文件描述符。 - Where you can , avoid the operations that take file names , and use the operations that take file descriptors instead
只要有可能,应尽量避免使用获取文件名的操作,而是使用获取文件描述符的操作。 - All threads within a single process have access to the same process components , such as file descriptors and memory
在一个单个进程内所有的线程都有权使用这个同一个进程构成,像文件描述符和内存。 - It also decreases the likelihood that a maintainer will insecurely use the file name they need to use the file descriptor instead
它还降低了维护者不安全地使用文件名的可能性(改为使用文件描述符) 。 - 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上下文对象代替文件描述符。