Hacker News new | ask | show | jobs
by asomiv 5377 days ago
You can't poll on TTYs for example. I remember this bug from 2004 and apparently they still haven't fixed it.
1 comments

Yeah, the lack of support for TTYs can be annoying when writing a terminal application (a workaround for some cases is to use pipes), but it hardly qualifies as a significant problem for writing network applications.

Here's a more interesting bug in OSX: kqueue will sometimes return the wrong number for the listen backlog for a socket under high load.