IOCP Thread Usage Inconsistency in TcpNetworkHandlerBase - Seeking Design Rationale #1295
Unanswered
Vivian5510
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question: IOCP Thread Usage Inconsistency in TcpNetworkHandlerBase - Seeking Design Rationale
Hi Garnet team! 👋
I've been studying the Garnet networking code and found an interesting design pattern in
TcpNetworkHandlerBase.csthat I'd like to understand better. I'm hoping the team can provide some insights intothe design rationale.
The Pattern I'm Questioning
File:
libs/common/Networking/TcpNetworkHandlerBase.csMethod:
Start(bool useTLS)This would ensure:
Questions for the Team
a concern?
Context
I'm asking this from a learning perspective - I'm genuinely curious about the design decisions and whether there
might be room for improvement. The Garnet codebase is impressive, and I want to understand the nuances better.
Thanks for any insights you can provide! 🙏
Environment:
Beta Was this translation helpful? Give feedback.
All reactions