简体   繁体   English

Java服务器和C ++客户端之间有什么好的RPC框架?

[英]What are good RPC frameworks between a Java server and C++ clients?

I am looking for a RPC stack that can be used between a Java Server and C++ clients. 我正在寻找可以在Java Server和C ++客户端之间使用的RPC堆栈。

My requirements are: 我的要求是:

  1. Ease of integration (for both C++ and Java) 易于集成(适用于C ++和Java)
  2. Performance, especially number of concurrent connections and response time. 性能,尤其是并发连接数和响应时间。 Payload are mostly binaries (8-100kb) 有效载荷主要是二进制文件(8-100kb)

I found some like: 我找到了一些像:
http://code.google.com/p/protobuf-socket-rpc/ http://code.google.com/p/protobuf-socket-rpc/
http://code.google.com/p/netty-protobuf-rpc/ http://code.google.com/p/netty-protobuf-rpc/

Are there any other good alternatives? 还有其他好的选择吗?

节俭可能值得调查。

I used to worked with protocol buffer and I was very satisfied. 我曾经使用协议缓冲区,我非常满意。 It's really very, very fast. 这真的非常非常快。 And You can easy integrate it with Java and C++. 您可以轻松地将其与Java和C ++集成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM