开发者

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

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 2 years ago.

开发者_C百科 Improve this question

I am looking for a RPC stack that can be used between a Java Server and C++ clients.

My requirements are:

  1. Ease of integration (for both C++ and Java)
  2. Performance, especially number of concurrent connections and response time. Payload are mostly binaries (8-100kb)

I found some like:

http://code.google.com/p/protobuf-socket-rpc/

http://code.google.com/p/netty-protobuf-rpc/

Are there any other good alternatives?


Thrift might be worth investigating.


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++.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜