Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : distribution mechanism
| Subject: | distribution mechanism |
| Posted by: | "jars" (jrodriguezso..@tecnovoz.com) |
| Date: | Wed, 25 Apr 2007 10:25:02 |
Hi,
I've an app that work as TCP Server in a Lan that sends ~60K of
data every 5 seconds to 30 client app's. It work fine by now
but it turn so dificult because the clients turn to 200 and this
schema is not possible. I think the solution is multicast with
UDP but there is no guarantee about the order and arrive of data
to the clients. I have no idea about how deal with it. Can
somebody show me or send me an example of code in both sides,
remember the size of package is about 60Kb.
If somebody knows some other distribution mechanism are welcome.
I'm developing with Delphi 7 and WinSocks