托管 Thrift 服务有哪些选项?

发布于 2024-10-15 19:49:27 字数 181 浏览 2 评论 0原文

我刚刚开始探索 Thrift 框架。我想用 C# 构建一个托管在 Windows 服务器上的 Thrift 服务。现在,根据不同的教程,我可以在控制台应用程序项目中创建 Thrift 服务。

但是,我想知道实际的 Thrift 服务将如何托管在 Windows 服务器下。我应该构建一个启动 Thrift 服务的窗口服务应用程序吗?

I am just started exploring Thrift framework. I'd like to build a Thrift service in C# that will be hosted on a windows server. Right now, according varies tutorials, I am able create a Thrift service within a console application project.

However, I am wondering how the actual Thrift service is going to be hosted under Windows server. Should I build a window service application that launch the Thrift service?

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

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

发布评论

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

评论(2

旧伤慢歌 2024-10-22 19:49:27

共有三个选项:

  1. 控制台应用程序
  2. Windows 服务
  3. 使用 IIS 的 Http 服务。 这里有一篇文章介绍如何设置它在 IIS 上。

There are three options:

  1. Console Application
  2. Windows Service
  3. Http Service using IIS. Here's a post on how to set it up on IIS.
述情 2024-10-22 19:49:27

是的,选择权在你手中。您可以根据您的要求将 Thrift 服务合并到控制台应用程序或 Windows 服务应用程序中。

Yes the choice is in your hands. You can incorporate the thrift service in a console app or a windows service application based on your requirements.

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