Skip to content
New issue

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

TCP Server according to founded research #12

Closed
svkior opened this issue Aug 21, 2022 · 0 comments · Fixed by #18
Closed

TCP Server according to founded research #12

svkior opened this issue Aug 21, 2022 · 0 comments · Fixed by #18

Comments

@svkior
Copy link
Owner

svkior commented Aug 21, 2022

I've found comparison of several high performance TCP-server realisations:

https://github.com/smallnest/1m-go-tcp-server

Factors:

  • Best lattency (for gaming it is the best)
  • Maximum throughput (cheaper for infrastructure)

Implement TCP incoming server according to No 8

svkior added a commit that referenced this issue Aug 21, 2022
@svkior svkior linked a pull request Aug 21, 2022 that will close this issue
svkior added a commit that referenced this issue Aug 21, 2022
…-research

closed #12 simple tcp service components work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant