Re: [twsocket] Slow Messages

2006-03-17 Thread Francois Piette
Hi, I have problems in the following situation: My client send a message to server and wait a response from server. This operation takes about 50ms to 3 seconds using TCP component and adsl connection. I need a more stable times. Something about 300 ms or less. In a local network the time is

Re: [twsocket] Slow Messages

2006-03-17 Thread Arno Garrels
Larini wrote: Hi, I have problems in the following situation: My client send a message to server and wait a response from server. No problem except your program is WAITING in some loop. With ICS you never need to wait for a response, instead an event is triggered when new data arrives. Read:

Re: [twsocket] Slow Messages

2006-03-17 Thread Dod
Hello Larini, You should do some ping from client up to your server just to see if pings are also rather slow/unstable. L Hi, I have problems in the following situation: L My client send a message to server and wait a response from server. L This operation takes about 50ms to 3 seconds using TCP