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

Re: [twsocket] Detect 'dead' clients

2009-01-13 Thread Fastream Technologies
www.overbyte.be > > - Original Message - > From: "Fastream Technologies" > To: "ICS support mailing" > Sent: Tuesday, January 13, 2009 9:40 AM > Subject: Re: [twsocket] Detect 'dead' clients > > > > What about enabling TCP keep-al

Re: [twsocket] Detect 'dead' clients

2009-01-13 Thread Francois Piette
hor of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: "Fastream Technologies" To: "ICS support mailing" Sent: Tuesday, January 13, 2009 9:40 AM Subject: Re: [twsocket] Dete

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

Re: [twsocket] Detect 'dead' clients

2009-01-12 Thread Francois PIETTE
> I am using the TWSocketServer (Server) component to which several TWSocket > components connect (Client), > I successfully capture the event when the client gets disconnected > however I am running into a problem in the case where a client is > abnormally terminated, user ends task in task manage

[twsocket] Detect 'dead' clients

2009-01-12 Thread gaetan . siry
Hello, I am using the TWSocketServer (Server) component to which several TWSocket components connect (Client), I successfully capture the event when the client gets disconnected however I am running into a problem in the case where a client is abnormally terminated, user ends task in task mana