Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个示例来演示如何创建异步 apache thrift C++ 客户端。在这个类似的问题中,只有一个非闪烁服务器的示例。
我认为异步客户端意味着能够在不等待响应的情况下调用远程服务,并在它到达时设置某种回调。
它需要改变服务接口和调用服务的方式。不幸的是,我现在在节俭的 C++ 库中没有看到完整的解决方案。在 async 目录和编译器中的 cob 样式选项中只有一些有限的支持。
服务器如何处理请求与客户端无关,您只需要使用 nHed 之前所说的 TFramedTransport。客户端可以连接到任何类型的服务器。