We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一般来说按照阻塞IO/非阻塞IO;同步IO/异步IO来分。他们4个之间阻塞与非阻塞是互斥的,同步与异步是互斥的,并不是说4个是并列的。IO多路复用又是另一回事。 建议分成4个问题:阻塞IO/非阻塞IO;同步IO/异步IO;IO多路复用;Reactor与Proactor模式。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一般来说按照阻塞IO/非阻塞IO;同步IO/异步IO来分。他们4个之间阻塞与非阻塞是互斥的,同步与异步是互斥的,并不是说4个是并列的。IO多路复用又是另一回事。
建议分成4个问题:阻塞IO/非阻塞IO;同步IO/异步IO;IO多路复用;Reactor与Proactor模式。
The text was updated successfully, but these errors were encountered: