搜索资源列表
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
select.rar
- linux下使用select函数实现多个socket无阻塞连接,linux use select function of multiple non-blocking socket connect
SELECT
- linux下套接口函数实现的一个聊天室程序-linux socket function to achieve under a chat room program
server_client
- 基于select的经典c/s架构通讯程序-Select based on the classic c/s architecture the communication process
linux-socket-select
- linux 环境下socket编程select的使用方法.-socket programming under linux to use select.
select
- select函数在linux下的应用,服务器连接-select function under linux applications, server connectivity
socket
- select socket linux网络编程-select socket
select
- select 编程必看程序,一个不错的服务器-Must select programming procedure, a good server
selectdemo
- select函数实现,I/O多路复用技术!-select function, I/O multiplexing technology!
select2
- Linux 下 select 函数的例子-Select function under Linux example
select
- 使用select函数,将文件hello1中的文件每隔10秒读取一次并写入文件hello2中。-The use of select function, a file of documents hello1 every 10 seconds to read and write a paper in hello2.
pollmonitor
- 使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入
socketselect
- socket-select,大家互相学习-socket-select,dajiahuxiangxuexi !!!
linux_select_function_sample
- linux select函数串口应用例子 -linux select function sample
clientServerUsingForking
- Comparison of fork and select command,
select
- 高效select模型源代码,适合初学者下载。非常不错的学习资料。-Efficiently select model source code, suitable for beginners to download. Very good learning materials.
linux-select
- 嵌入式文件多用户共享select编程实现-Select multiple users to share files embedded programming
select
- 分盘查找目录 select盘符之后自动显示该盘的目录
Help-to-understand-select-poll-epoll
- 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
select_poll
- linux下select和epoll下的不同解释,供初学I/O的读者阅读-Linux select, epoll detailed descr iption of the document, but also some process analysis chart, for everyone to read