PDA

View Full Version : UDP single vs multiple socket performance


AndosBerry
Oct 8, 2013, 06:51 AM
In Java, what is the performance difference between the following two

Using single udp socket
Using multiple udp sockets

For multiple connections.

Although these details can be obtained over net , I need some expert advice.