以非阻塞模式将 Thrift Server 集成到现有应用程序中

发布于 2024-10-17 14:34:47 字数 144 浏览 5 评论 0原文

我需要将 thrift 服务器集成到现有应用程序中,因此我需要将其启动到我的应用程序启动方法中,但是当我调用任何 thrift 服务器类的serve() 方法时,它不会返回并运行服务。 我想知道在应用程序线程中使用 Thrift 服务的方法是什么。

提前致谢

i need to integrate a thrift server into an existing app, so i need to startup it into my application startup method but when i cal serve() method, of any thrift server class, it doesn't return and let run the services.
I'm wondering what is the way to use thrift service into an application thread.

thank in advanced

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

叹沉浮 2024-10-24 14:34:47

您可以使用 异步 Thrift 或我们使用的 Thrift over http。

You could either use Asynchronous Thrift or Thrift over http which we use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文