C# 中的可靠多播
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
查看 EmCaster
Take a look at EmCaster
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.
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.
在评估了一堆之后,我用过的最好的一个是 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.
实用的变体,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).