-
使用非阻塞 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
-
S3C2410 embedded linux under the SD card driver
嵌入式linux下s3c2410的SD卡驱动程序-S3C2410 embedded linux under the SD card driver
- 2022-11-28 05:40:03下载
- 积分:1
-
Linux的设备驱动开发,值得嵌入式开发人员一读,很好的资料。...
Linux的设备驱动开发,值得嵌入式开发人员一读,很好的资料。-Linux device driver development, it is worth a reading of embedded developers, very good information.
- 2022-03-06 01:10:04下载
- 积分:1
-
under linux the most important one of VIM editor of the 6.03 version of the Chin...
linux下最重要的编辑器之一VIM的6.03版中文手册-under linux the most important one of VIM editor of the 6.03 version of the Chinese manual
- 2022-08-06 12:30:56下载
- 积分:1
-
Bored wrote a half
闲着没事写了个半平面交的算法实现,应该可以凑活着用。-Bored wrote a half-plane intersection algorithm should be able to live with the Cou.
- 2023-03-14 22:20:03下载
- 积分:1
-
port linux to tq2440 its very detailed
if you are new just read it and its will...
基于天嵌2440的linux移植手册 很好 很详细,新手入门很好-port linux to tq2440 its very detailed
if you are new just read it and its will be helpful
- 2022-01-25 18:18:30下载
- 积分:1
-
这是用minigui1.3.3开发的一个时钟,本程序是用定时做的动态时钟,希望对大家有用。...
这是用minigui1.3.3开发的一个时钟,本程序是用定时做的动态时钟,希望对大家有用。-This is minigui1.3.3 developed a clock, this procedure is done with dynamic clock from time to time and hope for all of us.
- 2022-08-10 21:28:30下载
- 积分:1
-
Linux内核移植到ARM的毕业论文,以前同学的论文,保存了很,给需要的朋友分享。...
Linux内核移植到ARM的毕业论文,以前同学的论文,保存了很,给需要的朋友分享。-Linux kernel ported to ARM s thesis, the thesis before the students, save for a very, to the need to share.
- 2023-04-12 09:45:04下载
- 积分:1
-
入门程序,用于测试ftp的基本编程, 可以学习ftp的代码实现
入门程序,用于测试ftp的基本编程, 可以学习ftp的代码实现-entry procedures for testing the basic ftp program, we can learn from the source implementation ftp
- 2022-05-06 17:15:37下载
- 积分:1
-
Unix和Linux网络驱动程序
unix and linux net driver
- 2022-03-10 22:54:42下载
- 积分:1