reliable multicast in C#

霸气de小男生 提交于 2019-12-23 05:15:42

问题


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


回答1:


Take a look at EmCaster




回答2:


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.




回答3:


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.




回答4:


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




回答5:


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).



来源:https://stackoverflow.com/questions/888604/reliable-multicast-in-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!