>> 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
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
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
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.
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
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
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
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
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
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
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
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
12 matches
Mail list logo