一台计算机上的 .NET Web 服务集群

发布于 2024-11-19 11:00:43 字数 169 浏览 2 评论 0原文

我正在开发一个 .NET Web 服务,我想在同一台计算机上运行该服务的多个实例,以便它们作为一个集群工作(高可用性集群,尽管只使用一台计算机),并使它们通过 UDP 包进行通信,以便执行高可用性操作,例如领导者选择(欺凌算法)等。 如何在同一台计算机上启动同一服务的多个实例?您知道开始朝这个方向工作的任何教程或信息吗?

I am working on a .NET Web Service and I want to run multiple instances of that service on the same computer for them to work as a cluster (high availability cluster although using only one computer) and make them communicate through UDP packages in order to perform high availability operations such leader selection (bully algorithm) and so on.
How could I launch several instances of the same service on the same computer? Do you know any tutorial or info to start working in that direction?

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

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

发布评论

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

评论(1

最舍不得你 2024-11-26 11:00:43

每个服务安装实例的名称必须是唯一的。您应该配置您的服务,以便可以在配置中更改服务名称。

请参阅本文以获取说明。

The name of each service installation instance must be unique. You should configure your service so that you can change the service name in configuration.

Have a look at this article for instructions.

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