开发者

Best C++ RPC library for Windows/Visual Studio [closed]

开发者 https://www.devze.com 2023-03-29 02:03 出处:网络
开发者_StackOverflow社区 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
开发者_StackOverflow社区 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 10 years ago.

I know this kind of question is asked a lot but I have a set of requirements: 1. Be able to compile and develop in Visual Studio on Windows. 2. Be somewhat modern - Async/threaded, clean. 3. C++

I've looked at thrift, messagepack, and even protobuf+RPC. All of them have massive issues in Windows.

FYI - I'm no pro programmer so asking me to apply out-dated patches to untested code is a pretty big ask. I know thrift has some patches available, but their >2MB big for old versions of thrift, with other patches thrown on top. God knows how well that'll work.


Did you consider using Protobuf together with Boost asio? Of course it is not an RPC library, so that part you would have to do at your own, but it would be asynchronous and fast.


you can use ICE & proto buffer. since version 3.4.1, proto objects have been suported by ICE though there are some limits.

0

精彩评论

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