如果关闭受监控的 fd,select 会做什么?
我可以测试这个来找到行为,但这不是重点。在我对另一个问题的回答中,评论者建议关闭从另一个线程监视 fd 以唤醒 select
。另一位评论者在标准中找不到对此行为的引用,我也找不到。
有人可以提供有关此行为的标准的指针吗?
I can test this to find the behavior but that's not the point. In my answer to another question, a commenter recommended closing a monitored fd from another thread to wake up select
. Another commenter couldn't find a reference to this behavior in the standard, and I can't find one either.
Can someone provide a pointer to the standard on this behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自《The Open Group 基本规范第 7 期》中 select 的描述:
因此,我会说此方法是便携式的。
From the description of select in "The Open Group Base Specifications Issue 7":
So, I would say this method is portable.