I am trying to set up a Socket server. I have managed to communicate with a client. What i am trying to do is to send the same responses more clients, lets say 2. Is this possible? Can anyone provide a hint?
Asked
Active
Viewed 67 times
1 Answers
1
The technology you're describing is multicast, but you probably should not be using it. Instead, create seperate threads on the server for each client, so that they communicate with each other at the same time.

Charles Munger
- 1,417
- 12
- 11
-
And how communication is achieved? Can u provide a hint or something? – dothedos May 10 '12 at 21:21