使用thrift混合开发语言

发布于 2024-08-28 08:09:27 字数 212 浏览 5 评论 0原文

我目前正在开发一个应用程序,需要多种不同的开发语言。我想使用 PHP 作为最后一块拼图 - 物理网页构建。这个 PHP Web 应用程序将需要联系多个 Web 服务,这些服务可以用从 Java 到 Erlang 到 Python 的任何语言进行编码。这些 Web 服务中的每一个都将通过 API 来实现。我的计划是使用 Thrift 来让这种组合发挥作用。这是正确的方法还是我混淆了 Thrift 的全部意义?

I am currently developing an application which will require multiple different development languages. I want to use PHP as the final piece of the puzzle - the physical web page construction. This PHP web app will need to contact multiple web services which could be coded in anything from Java to Erlang to Python. Each of these web services will be implemented with an API. My plan is to use Thrift to allow this mix to work. Is this the correct approach or am I mixing up what the whole point of Thrift is?

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

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

发布评论

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

评论(1

南七夏 2024-09-04 08:09:27

是的,这听起来很正确 - Thrift 是序列化和 RPC 协议的一个示例这是在多个平台上实现的。只要有您感兴趣的所有平台的绑定(或者您愿意编写此类绑定)就可以了。您提到的所有平台都已受支持,因此您有了一个良好的开端。

您是否有任何具体的担忧,或者您只是检查自己的基本想法是否正确?

Yes, that sounds about right - Thrift is one example of a serialization and RPC protocol which is implemented on multiple platforms. So long as there are bindings for all the platforms you're interested in (or you're willing to write such bindings) that should be fine. All the platforms you mentioned are already supported, so you're off to a good start.

Did you have any specific concerns, or were you just checking that you'd got the right basic idea?

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