当前位置: 技术问答>linux和unix
win32下的select函数可以监听文件句柄吗?
来源: 互联网 发布时间:2016-01-23
本文导语: linux下的select()的函数可以去监听所有的fd,除了socket应该也包括文件fd。 但在windowns下我传入文件句柄,好像出错了。 是不是,windows下的select()函数只对socket感兴趣。 | 给LZ一些参考: man...
linux下的select()的函数可以去监听所有的fd,除了socket应该也包括文件fd。
但在windowns下我传入文件句柄,好像出错了。
是不是,windows下的select()函数只对socket感兴趣。
但在windowns下我传入文件句柄,好像出错了。
是不是,windows下的select()函数只对socket感兴趣。
|
给LZ一些参考:
man select:
The pselect() and select() functions shall support regular files, terminal and pseudo-terminal devices, STREAMS-based files, FIFOs, pipes, and sockets. The behavior of pselect() and select() on file descriptors that refer to other types of file is unspecified.
MSDN:The select function is used to determine the status of one or more sockets. For each socket.......
个人认为是这样的..
man select:
The pselect() and select() functions shall support regular files, terminal and pseudo-terminal devices, STREAMS-based files, FIFOs, pipes, and sockets. The behavior of pselect() and select() on file descriptors that refer to other types of file is unspecified.
MSDN:The select function is used to determine the status of one or more sockets. For each socket.......
个人认为是这样的..
|
Windows下的select是个缩水版本, 这是因为Windows和Linux的文件系统不同造成的.
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。