Re: [twsocket] Servertimeout ... i don't get it working

2005-07-08 Thread Arno Garrels
>> No difference - very strange, my conf. was W2k-SP4, ethernet 100Mbit. >> >> Arno Garrels >> >> >> > i have win xp (SP2) on client and server, ethernet 100MBit/s, ICS > TWSocket 4.45 TWSocketServer 1.07, TCPSvr-Demo 1.04. > > i can send you the full source-code if you have another demo-versi

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-07 Thread Arno Garrels
Frank Wunderlich wrote: > > i can send you the full source-code if you have another demo-version. OK send me the zipped TcpSvr.exe. Arno Garrels > > Greets frank -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Vis

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-07 Thread Frank Wunderlich
Arno Garrels schrieb: Frank Wunderlich wrote: Arno Garrels schrieb: Frank Wunderlich wrote: Hallo Arno, am Freitag, 1. Juli 2005, 18:52:25 hast du geschrieben: Arno Garrels wrote: Hello Frank, I've just tweaked the orginal Tcpsrv demo a bit. Drop

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-06 Thread Arno Garrels
Frank Wunderlich wrote: > Arno Garrels schrieb: > >> Frank Wunderlich wrote: >> >> >>> Hallo Arno, >>> >>> am Freitag, 1. Juli 2005, 18:52:25 hast du geschrieben: >>> >>> >>> Arno Garrels wrote: > Hello Frank, > > I've just tweaked the orginal Tcpsrv demo a bit.

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-06 Thread Frank Wunderlich
Arno Garrels schrieb: Frank Wunderlich wrote: Hallo Arno, am Freitag, 1. Juli 2005, 18:52:25 hast du geschrieben: Arno Garrels wrote: Hello Frank, I've just tweaked the orginal Tcpsrv demo a bit. Dropped a timer on it and let it send something in intervals, then I pluged off

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-01 Thread Arno Garrels
Arno Garrels wrote: > Frank, > > You seem to right, for some reason this worked on the server side only. > That's interesting, I will also do some more tests tomorrow. You are not lucky ;-), the other side took just a rather long time to detect disconnection from peer, so it is working as expect

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-01 Thread Arno Garrels
Arno Garrels wrote: > Hello Frank, > > I've just tweaked the orginal Tcpsrv demo a bit. Dropped a timer on it > and let it send something in intervals, then I pluged off the patch > cable and here is the log: > > There is now 1 clients connected. > Received from 192.168.178.200: 'who' > Client di

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-01 Thread Arno Garrels
Hello Frank, I've just tweaked the orginal Tcpsrv demo a bit. Dropped a timer on it and let it send something in intervals, then I pluged off the patch cable and here is the log: There is now 1 clients connected. Received from 192.168.178.200: 'who' Client disconnecting: 192.168.178.200 Duratio

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-01 Thread Frank Wunderlich
Wilfried Mestdagh schrieb: Hello Frank, the client has the event OnChangeState but the server have nothing like this for the client-connection-lost (not disconnect). There is no event for a looze connection. If you pull out the network cable from the client, then both server and clie

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-01 Thread Frank Wunderlich
Fredrik Larsson schrieb: The TWSocketClientClass is same as TWSocket. I am quite sure that you can add the onchangestate event just by typecasting to TWSocket. The following compiles ok... procedure TForm1.WSocket1ChangeState(Sender: TObject; OldState, NewState: TSocketState); begin //do som

Re: [twsocket] Servertimeout ... i don't get it working

2005-07-01 Thread Wilfried Mestdagh
Hello Frank, > the client has the event OnChangeState but the server have nothing like > this for the client-connection-lost (not disconnect). There is no event for a looze connection. If you pull out the network cable from the client, then both server and client will stay connected, because to d

RE: [twsocket] Servertimeout ... i don't get it working

2005-06-30 Thread Fredrik Larsson
The TWSocketClientClass is same as TWSocket. I am quite sure that you can add the onchangestate event just by typecasting to TWSocket. The following compiles ok... procedure TForm1.WSocket1ChangeState(Sender: TObject; OldState, NewState: TSocketState); begin //do something end; procedure TFor