-
使用非阻塞 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
-
很好的源代码,真的。
很好的源代码,真的。-good source code, really.
- 2022-02-15 17:02:28下载
- 积分:1
-
Linux 1.0 内核C源代码 Linux最早版本代码
由Linus Torvalds亲自书写的...
Linux 1.0 内核C源代码 Linux最早版本代码
由Linus Torvalds亲自书写的-C source code for the first version of Linux code by Linus Torva lds personally writing
- 2023-02-04 08:55:04下载
- 积分:1
-
unix 环境高级编程的经典书籍艺术一书的源代码和实例
unix 环境高级编程的经典书籍艺术一书的源代码和实例-high-level programming unix environment classic books art book
- 2022-05-26 12:54:56下载
- 积分:1
-
上个星期随便编的linux小程序,实现查找文件夹
上个星期随便编的linux小程序,实现查找文件夹-last week casually series linux small procedures, search folders
- 2022-03-11 23:38:55下载
- 积分:1
-
arp的源代码实现,linux学C的可以看看了
arp的源代码实现,linux学C的可以看看了-achieve the source code, the C linux school can look at the
- 2022-04-28 16:38:29下载
- 积分:1
-
glib是在linux下使用极为广泛的一个库,主要集成了很多方便的系统函数,但是有很多工程在windows环境下也需要使用该库。这里是glib在vc9环境下的编...
glib是在linux下使用极为广泛的一个库,主要集成了很多方便的系统函数,但是有很多工程在windows环境下也需要使用该库。这里是glib在vc9环境下的编译工程,以及已经编译好的lib文件。-glib is the most widely used linux a library, the main system integrates a number of convenient functions, but there are a number of projects in the windows environment also need to use the library. Here is the glib compiled in vc9 environment works, and has been compiled lib file.
- 2023-05-12 13:00:03下载
- 积分:1
-
C graphical interface development and embedded programming, is a powerful c...
C++图形界面开发与嵌入式编程,是一个强大的c++函数库,是C++进阶好资料-C graphical interface development and embedded programming, is a powerful c function library is a C Advanced good information
- 2022-02-07 18:00:23下载
- 积分:1
-
QT教程,从基础入门。让你很快上手,从事QT开发
QT教程,从基础入门。让你很快上手,从事QT开发-It s a good book for QT learner
- 2022-12-12 04:45:03下载
- 积分:1
-
Linux操作系统的命令格式和功能介绍的chm帮助文档
Linux操作系统的命令格式和功能介绍的chm帮助文档-Linux operating system commands and features introduced in chm format for help documentation
- 2023-05-27 19:20:03下载
- 积分:1