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
在muduo当前的设计中,多个TcpServer是否可以共享EventLoopThreadPool?
The text was updated successfully, but these errors were encountered:
我看代码设计,Accpetor所在的EventLoop是可以共享的,但是EventLoopThreadPool是不可以的. 这么设计的原因是什么呢?有没有考虑加入共享EventLoopThreadPool的功能?
Sorry, something went wrong.
欢迎提 pull request。
Support sharing EventLoopThreadPool between TcpServers (chenshuo#411)
974396d
No branches or pull requests
在muduo当前的设计中,多个TcpServer是否可以共享EventLoopThreadPool?
The text was updated successfully, but these errors were encountered: