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

Is there any benifit for kcp feauture in RPC scenario? #740

Closed
joway opened this issue Jun 20, 2022 · 1 comment
Closed

Is there any benifit for kcp feauture in RPC scenario? #740

joway opened this issue Jun 20, 2022 · 1 comment

Comments

@joway
Copy link

joway commented Jun 20, 2022

Hi, I see rpcx support to use kcp-go as the transport implement, but in my understanding, kcp only has a good performance in an unreliable network environment, and RPC most of the time is used in the internal communication of the data center.

Do you have any benchmark between kcp and TCP? Thanks!

@smallnest
Copy link
Owner

I have test KCP and TCP in a reliable environment. As you think, TCP is very much better than KCP.
I think we use KCP such as China,America and Singapore.

Maybe KCP can be used in mobile network but I have not test it.

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

No branches or pull requests

2 participants