Reliable multicast in C #

What are my options for reliable multicasting in C # /. Net 3.5?

I don't want to use MSMQ.

I am open to both commercial and open source.

thanks

0


a source to share


5 answers


Take a look at EmCaster



+3


a source


http://www.29west.com/ claims to be the most reliable low latency multicast solution. I have not confirmed this claim, but speaking with them it seems that their biggest competition is not some other vendor, but embedded development. Why not just set up your own multicast group and use it directly? Chapter 21 "Unix Network Programming Volume 1" describes how to do this.



+2


a source


ActiveMQ is a great product from the Apache organization. There are bindings for a lot of languages ​​including C #.

In the commercial world, Tibco EMS is a good choice. Bindings for C # and Java got it.

+1


a source


The best one I used, after the group's evaluation, was Mesongo RMF - it had a really clean API and good monitoring tools.

+1


a source


A pragmatic option, PGM, it's in your Windows image, look for it on a 2003 server, even XP and friends .. There are socket options for it (Rdm or similar).

0


a source







All Articles