Re: [twsocket] Detect 'dead' clients

2009-01-13 Thread Francois PIETTE
>> > > > What about enabling TCP keep-alive and timeout? >> > > > ICSv7 TWSocketServer has these properties! >> > > >> > > My experience is that many topologies do not work reliably using >> > > those >> > > features. The best way is really to use an application level ping >> > > command as I expl

Re: [twsocket] Detect 'dead' clients

2009-01-13 Thread Fastream Technologies
Hello Francois, Well the tunnel client and server is ours but it has 4 ends. TCPClient-->Internet-->TunnelSSLClient-->Internet-->TunnelSSLServer->Internet-->TCPServer Regards, SZ On Tue, Jan 13, 2009 at 5:23 PM, Francois Piette wrote: > > > > What about enabling TCP keep-alive and timeout? > >

Re: [twsocket] Detect 'dead' clients

2009-01-13 Thread Francois Piette
> > > What about enabling TCP keep-alive and timeout? > > > ICSv7 TWSocketServer has these properties! > > > > My experience is that many topologies do not work reliably using those > > features. The best way is really to use an application level ping command > > as I explained. > What kind of fea

[twsocket] Current HTTP changes and fixes

2009-01-13 Thread Arno Garrels
Hi all, In order to make ICS better everybody can help by just testing new features and bugfixes. Current HTTP changes in the ICS SVN repository are: V7 OverbyteIcsHttpProt.pas Added Digest Access Authentication. In order to disable this feature entirely undefine directive UseDiges

Re: [twsocket] Detect 'dead' clients

2009-01-13 Thread Fastream Technologies
What kind of feature mechanism can you suggest for a TCP tunnel proxy then? On Tue, Jan 13, 2009 at 12:59 PM, Francois Piette wrote: > > What about enabling TCP keep-alive and timeout? > > ICSv7 TWSocketServer has these properties! > > My experience is that many topologies do not work reliably u

Re: [twsocket] Detect 'dead' clients

2009-01-13 Thread Francois Piette
> What about enabling TCP keep-alive and timeout? > ICSv7 TWSocketServer has these properties! My experience is that many topologies do not work reliably using those features. The best way is really to use an application level ping command as I explained. -- francois.pie...@overbyte.be Author of I

Re: [twsocket] Detect 'dead' clients

2009-01-13 Thread Fastream Technologies
What about enabling TCP keep-alive and timeout? ICSv7 TWSocketServer has these properties! Regards, SZ On Mon, Jan 12, 2009 at 8:13 PM, wrote: > Hello, > > I am using the TWSocketServer (Server) component to which several TWSocket > components connect (Client), > I successfully capture the eve