file descriptors的意思|示意
文件描述符;文件说明符
file descriptors的网络常见释义
文件描述符 维基百科,自由的百科全书上面是这样说的,文件描述符(File descriptor)是计算机科学中的一个术语,是一个用于表述指向文件的引用的抽象化概念。文件描述符在形式上是一个非负整数。
文件说明符 ... File Associations Management 文件关联管理 file descriptor 文件说明符 file handle 文件句柄 ...
档案描述子 ...ot-line show devices 显示目前装置 show drivers 显示系统驱动资料 show fds 显示目前系统内开启的档案描述子(file descriptor) show history 显示目前模式下歷史事件 show lasterror 显示最近一次错误码 4.2.8 别名(Alias) 指令 說明 alias 设定指令别名for...
返回文件的描述符 ...、文件对象的内建方法列表 1 文件对象的方法 操作 2 file.close() 关闭文件 3 file.fileno() 返回文件的描述符(file descriptor ,FD, 整数值) 4 file.flush() 刷新文件的内部缓冲区 5 file.isatty() 判断 file 是否..
file descriptors相关短语
1、 File Set Descriptor 档案系统描述讯息组 ; 文件集描述符 ; 文件集描述码
2、 fsds file system descriptor set 文件系统描述符集
3、 catalog file descriptor 目录档案描述符 ; 目录文件描述符
file descriptors相关例句
An application then registers the file descriptors and interested events directly into the native pollset layer.
应用程序直接向本机pollset层注册文件描述符和感兴趣的事件。
When a process duplicates itself, the kernel makes a copy of all open file descriptors.
当某个进程复制它自身时,内核生成所有打开的文件描述符的副本。
Release is called when there are no more references to an open file — all file descriptors are closed and all memory mappings are unmapped.
release是在对一个打开文件没有其他引用时调用的——此时所有的文件描述符都会被关闭,所有的内存映射都会被取消。
The state is tracked by polling busy file descriptors at the beginning of each poll operation.
在每个 poll 操作的开头,通过 poll 繁忙的文件描述符跟踪状态。
The fundamental problem is that the amount of work to be done for each poll operation scales linearly with the number of file descriptors.
根本问题是,随着文件描述符数量的增加,每个 poll 操作所需的工作量会线性增加。
The traditional polling method, however, has a scalability issue; it does not scale well for a large number of file descriptors.
但是,传统的 poll 方法有可伸缩性问题;它不太适合处理大量文件描述符。