开发者

What are efficient and secure Java RPC options? [closed]

开发者 https://www.devze.com 2023-01-08 01:36 出处:网络
As it currently stands, this question is not a good fit for our开发者_开发百科 Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
As it currently stands, this question is not a good fit for our开发者_开发百科 Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

I'm looking for good Java RPC mechanisms that are

  • Secure
  • Efficient (Fast)

What are the options other than RMI?


You should also consider how you will integrate this RPC stack in your code, for instance, if you are using spring framework, you should have a look at the supported remoting protocols. This will also give you some starting point to investigate on different RPC protocols.

One of the key point for performance of RPC is what kind of serialization is used underneath, have a look to this page for serialization API performance comparison.

Regards

0

精彩评论

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

关注公众号