Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jan : Connection time with idTCPCLient and idTCPServer
| Subject: | Connection time with idTCPCLient and idTCPServer |
| Posted by: | "Joseph Bijop" (bulo..@laps.univ-mrs.fr) |
| Date: | Thu, 19 Jan 2006 17:09:54 |
when I run a client application on a PC where the server is running, the
connection time is fast.
I don't know exactly how many, but it's fast. But if I run this client
application on an other PC,
the connection time is about 3 or 4 seconds.
This is dramatic because the client application also communicates with a
realtime acquisition
system : I lost a lot of samples at startup. I know that I can differ the
start of the realtime system,
wainting until the connection is established, but I hope there is a way to
reduce this connection time.
I use a switch (netgear) to make this little network, the first PC (where
the server is running) is
on WINXP pro and the second one is on WIN2000 pro.
Is anybody know how to solve this problem ?
Regards