C# Remoting IPC,如何测试远程应用程序是否正在运行?

发布于 2024-09-12 09:29:54 字数 293 浏览 5 评论 0原文

大家早上好!

我正在使用 .NET 4.0、C# 和 Remoting 开发分布式应用程序(目前是 IPC,但可能会改变,对象是 WellKnownObjectMode.Singleton)。

客户端启动后,我想测试服务器是否已启动并运行。

实现这一点的最佳实践是什么?调用任何一种方法?仅为该启动测试实施特殊方法?

目前,我启动客户端,然后它定期(每 100 毫秒)调用服务器上的方法。这会导致客户端显示大约 1,000,000,000 个错误对话框,指出服务器无法访问。

Good morning everyone!

I'm doing a distributed application using .NET 4.0, C# and Remoting (IPC at the moment but that may change, Object is WellKnownObjectMode.Singleton).

Upon startup of the client I'd like to test whether the server is up and running.

What would be the best practice to implement this? Call any one method? Implement a special method just for that startup test?

At the moment I start the client and it then calls methods on the server periodically (every 100 ms). That causes the client to show an estimated 1,000,000,000 error dialogs pointing out that the server is unreachable.

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

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

发布评论

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

评论(1

浴红衣 2024-09-19 09:29:54

您可能可以使用全局互斥体。

You could probably use a global mutex.

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