C# 中的可靠多播

发布于 2024-07-19 21:53:20 字数 95 浏览 11 评论 0原文

在 c# /.Net 3.5 中可靠多播的选项有哪些?

我不想使用 MSMQ。

我对商业和开源选项持开放态度。

谢谢

what are my options for reliable multicast in c# /.Net 3.5?

I don’t want to use MSMQ.

I am open to commercial as well as open source options.

Thanks

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

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

发布评论

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

评论(5

伴我老 2024-07-26 21:53:20

查看 EmCaster

Take a look at EmCaster

在梵高的星空下 2024-07-26 21:53:20

http://www.29west.com/ 声称是可用的延迟最低的可靠多播解决方案。 我还没有证实这一说法,但在与他们交谈时,他们最大的竞争对手似乎不是其他供应商,而是内部开发。 为什么不直接建立自己的多播组并直接使用它呢? 《Unix网络编程卷1》第21章描述了如何做到这一点。

http://www.29west.com/ claims to be the lowest latency reliable multicast solution available. I have not verified this claim, but in talking to them, it seems that their biggest competition is not some other vendor, but in house developemnt. Why not just set up your own multicast group, and use it directly? Chapter 21 of "Unix Network Programming Volume 1" describes how to do this.

旧伤还要旧人安 2024-07-26 21:53:20

ActiveMQ 是 Apache 组织的一款优秀产品。 有许多语言的绑定,包括 C#。

在商业领域Tibco EMS是一个不错的选择。 它有 C# 和 Java 的绑定。

ActiveMQ is an excellent product by the Apache organization. There's bindings for lots of languages, including C#.

In the commercial world Tibco EMS is a good choice. Its got bindings for C# and Java.

故事↓在人 2024-07-26 21:53:20

在评估了一堆之后,我用过的最好的一个是 Mesongo RMF - 它非常干净API和良好的监控工具。

The best one I've used, after evaluating a bunch was Mesongo RMF - it had a really clean API and good monitoring tools.

紫罗兰の梦幻 2024-07-26 21:53:20

实用的变体,PGM,它在您的 Windows 映像中,在服务器 2003 上查找它,甚至 XP 和朋友..有它的套接字选项(Rdm 或类似)。

The pragmatic variant, PGM, it's in your Windows image, look for it on say server 2003, even XP and friends.. there are socket options for it (Rdm or similar).

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