Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在阅读不同类型的 I/O 并开始想知道为什么操作系统不只是实现非阻塞 I/O 并通过忙等待来模拟阻塞 I/O。
我想到的一个原因可能是浪费了 CPU 周期。
有什么想法吗?