开发者

RPC performance in large network

开发者 https://www.devze.com 2023-03-18 16:07 出处:网络
I have a large network, supposed to manage ar开发者_Python百科ound 8000 nodes (the requirement is for client server based filesystem)

I have a large network, supposed to manage ar开发者_Python百科ound 8000 nodes (the requirement is for client server based filesystem) . Which of the following implementation is better - "RPC (ONC RPC) using TCP" or "direct socket using TCP"?

Comparison points should be:

1. memory

2. bandwith issues

3. Performance

4. Any disadvantage while using RPC


In general, there is a little more memory, bandwidth, and performance overhead when using RPC. However, RPC can greatly simplify your logic.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号