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 questionI am looking for a RPC stack that can be used between a Java Server and C++ clients.
My requirements are:
- Ease of integration (for both C++ and Java)
- 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++.
精彩评论