From a Java programming perspective, what difference does multicast make to a networking program?

Posted by pnut butter on Stack Overflow See other posts from Stack Overflow or by pnut butter
Published on 2010-06-17T09:20:05Z Indexed on 2010/06/17 9:23 UTC
Read the original article Hit count: 118

My manager has asked me to assess what changes would be required to add multicast support to a socket-based TCP/IP networking program that is part of a trading system.

As far as I can tell, from the perspective of a Java program, it doesn't seem to matter too much whether the program is unicast or multicast.

Doesn't the Java networking API make all of this transparent? By this I mean, wouldn't the change be a simple one of simply adding additional destinations for the outgoing connections?

© Stack Overflow or respective owner

Related posts about java

Related posts about networking