-
使用非阻塞 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
-
学习如何建立一个定制的Linux分布使用在嵌入式环境…
Learn how to build a custom Linux® distribution to use in an embedded environment,
in this case to drive a Technologic Systems TS-7800 single-board computer. In this
tutorial, you learn about cross-compiling, the boot loader, file systems, the root file
system, disk images, and the boot process, all with respect to the decisions you
make as you re building the system and creating the distribution.
- 2022-03-22 18:30:37下载
- 积分:1
-
建立一个模拟数据库来存储你的登录用户名、密码,密码通过salt加密,然后能统计错误登录次数、密码衰老期、防止密码猜测,同时根据你的uid权限来启动shell...
建立一个模拟数据库来存储你的登录用户名、密码,密码通过salt加密,然后能统计错误登录次数、密码衰老期、防止密码猜测,同时根据你的uid权限来启动shell
-The establishment of a simulation of a database to store your login usernames, passwords, password encryption salt, and then log on to the number of statistical error, password aging period, to prevent password guessing and at the same time based on your uid privileges to start shell
- 2022-05-23 10:58:41下载
- 积分:1
-
ncurses
ncurses-5.4
- 2023-03-29 12:05:03下载
- 积分:1
-
实现循环队列的小代码,可以加在自己的代码中,接口十分友好
实现循环队列的小代码,可以加在自己的代码中,接口十分友好-Circular Queue realize a small code, you can add in their own code, the interface is very friendly
- 2023-06-12 08:45:03下载
- 积分:1
-
图像浏览器1.4是一个示例应用程序显示图片GTK
Image Viewer 1.4 is a Gtk sample application for show pictures
- 2023-03-28 01:15:04下载
- 积分:1
-
linux
linux示例4
- 2022-02-07 18:28:23下载
- 积分:1
-
高性能计算程序示例之五
高性能计算程序示例之五-examples of high-performance computing procedures 5
- 2022-09-16 17:45:03下载
- 积分:1
-
linux下RTC应用程序编写例子程序。
实现了gettime,settime。有makefile。
适合在arm平台运行...
linux下RTC应用程序编写例子程序。
实现了gettime,settime。有makefile。
适合在arm平台运行-RTC under linux application procedures for the preparation of examples. Realize the gettime, settime. Have makefile. Suitable platform to run in the arm
- 2022-09-05 15:35:02下载
- 积分:1
-
Solaris 培训文档solaris 9 培训文档
Solaris 培训文档solaris 9 培训文档-solaris 9 培训文档solaris 9 培训文档
- 2022-02-05 23:37:09下载
- 积分:1