Y
Hacker News
new
|
ask
|
show
|
jobs
by
goldenkek
3481 days ago
blocking. blocking. blocking. blocking. rtfm
1 comments
thaumasiotes
3481 days ago
Again, the problem is not that writing to file descriptors is blocking. The problem is that writing to the screen is very slow. Writing to a file is just as blocking, but you'll block for much less time, because writing to a file is not slow.
link