Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
atombender
on Aug 1, 2019
|
parent
|
context
|
favorite
| on:
Implement mechanism to wait on any of several fute...
Last I heard, epoll() was, ironically, not useful with actual
file
descriptors, because file I/O isn't blocking on Linux [1]. I'm not sure if this problem has been remedied in recent years.
[1]
https://stackoverflow.com/questions/8057892/epoll-on-regular...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://stackoverflow.com/questions/8057892/epoll-on-regular...