|
|
|
|
|
by 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. |
|