-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1
-
LUFS 是一个混合用户空间文件系统框架,支持不定数量的对用户透明的文件系统(localfs, sshfs, ftpfs, httpfs, socketfs,...
LUFS 是一个混合用户空间文件系统框架,支持不定数量的对用户透明的文件系统(localfs, sshfs, ftpfs, httpfs, socketfs, freenetfs, 和nutellafs)。它可以被看作和VFS(虚拟文件系统转换)完成同样的内核功能:它是一个转换器,分布文件系统调用到支持它的文件系统。然而,LUFS文件系统是在用户空间中实现的。-driver is a mixed user-space file system framework, support for variable amounts of transparent to users of File System (localfs, sshfs, ftpfs, httpfs, socketfs, freenetfs and nutellafs). It can be seen and VFS (virtual file system) completion of the same core functions : it is a converter, called Distributed File System to support its file system. However, the driver file system is the user space to achieve.
- 2023-07-26 19:50:03下载
- 积分:1
-
数据库算法源代码,一本关于uCOS
数据库算法源代码,一本关于uCOS-II的经典教程,特别适合嵌入式系统开发的人员-database algorithm source code, an on uCOS-II classic handbook, particularly for embedded systems development staff
- 2022-05-26 21:32:29下载
- 积分:1
-
QT4网络程序,通过INTERnet传输数据
QT4网络程序,通过INTERnet传输数据
-QT4 network procedures, transmission of data through the INTERNET
- 2022-02-07 22:34:44下载
- 积分:1
-
C语言编程的好书
C语言编程的好书-C programming language books
- 2022-08-09 11:11:01下载
- 积分:1
-
Blob autotest.Used on xscale(badblockmanage function)
Blob autotest.Used on xscale(badblockmanage function)
- 2023-07-02 20:25:02下载
- 积分:1
-
LINUX button under the drive, a combination of QT, for a novice user help
LINUX下的按键驱动,结合了QT,对于刚入门的新手有帮助-LINUX button under the drive, a combination of QT, for a novice user help
- 2023-06-17 22:50:03下载
- 积分:1
-
《Beginning linux programming》一书相应的源代码,大部分为c语言源码。
《Beginning linux programming》一书相应的源代码,大部分为c语言源码。-"Beginning Linux programming" a book of the corresponding source code, most of the C language source code.
- 2022-02-26 21:47:46下载
- 积分:1
-
revise the thttp
修改后的thttp-revise the thttp
- 2023-01-01 09:30:03下载
- 积分:1
-
MiniGui
Linux 上层UI 某IC公司内部 源码,库文件,一些RES,嗯就这些了-MiniGui
- 2022-06-03 04:47:40下载
- 积分:1