Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
wyldfire
on Feb 26, 2017
|
parent
|
context
|
favorite
| on:
Epoll is fundamentally broken
Don't we usually hide warts like this behind libuv or some other popular library?
I wonder if we could put a sane fix into libc to fix these problems.
orcy
on Feb 27, 2017
[–]
As far as I know in libuv it is not possible to share socket in different event loops. But the point is while it might be possible to build an abstraction to fix the broken API, is not it would be better to have fixed API instead
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I wonder if we could put a sane fix into libc to fix these problems.