Re: [twsocket] HttpCli timeout

2006-10-16 Thread Paul
> You are not telling us what you do with the HttpCli that timed out, > that's probably interesting. Anyway hard to debug remotely ;-) Nothing, sometimes it continues after 50 seconds or so, but if it takes longer then about 70 seconds, the gateway (server) aborts the connection. Maybe it's bette

Re: [twsocket] HttpCli timeout

2006-10-16 Thread Arno Garrels
Paul wrote: > Hi, > > I get sometimes error reports from clients that a message 'bad > connection' is show on the screen. > This message is displayed when a special 'connection check thread' > that shows the connection speed in a progressbar. > It shows this message when the time between a GetAsyn

[twsocket] HttpCli timeout

2006-10-16 Thread Paul
Hi, I get sometimes error reports from clients that a message 'bad connection' is show on the screen. This message is displayed when a special 'connection check thread' that shows the connection speed in a progressbar. It shows this message when the time between a GetAsync and HttpRequestdone i

Re: [twsocket] HttpCli + Timeout How To??

2006-01-20 Thread Wilfried Mestdagh
Hello Mac, > How i implement a timeout control in HttpCli... Use async call's and a timer. when timer expires call abort, when request is done disable timer. > I using HttpCli in sync mode, because i need to run it in Thread.. You can use async mode in a thread as well. There is no differen

[twsocket] HttpCli + Timeout How To??

2006-01-19 Thread Macfly
Hi.. Friends.. How i implement a timeout control in HttpCli... I using HttpCli in sync mode, because i need to run it in Thread.. It's work fine, but in some(rare) cases httpcli freeze and no get any response... How i cancel httpcli get/post command? after started? Thanks in

[twsocket] HttpCli + Timeout How To??

2006-01-18 Thread Macfly
Hi.. Friends.. How i implement a timeout control in HttpCli... I using HttpCli in sync mode, because i need to run it in Thread.. It's work fine, but in some(rare) cases httpcli freeze and no get any response... How i cancel httpcli get/post command? after started? Thanks in

Re: [twsocket] HTTPCLI TimeOut implementation help :-(

2005-12-17 Thread Francois PIETTE
To: "ICS support mailing" Sent: Saturday, December 17, 2005 2:30 PM Subject: [twsocket] HTTPCLI TimeOut implementation help :-( > Hi > Im trying to make basic proxy checker based on THTTPCli component, > but have problem with timeout. Would like to have 2 timeouts - > connectio

[twsocket] HTTPCLI TimeOut implementation help : -(

2005-12-17 Thread Me
Hi Im trying to make basic proxy checker based on THTTPCli component, but have problem with timeout. Would like to have 2 timeouts - connection timeout and verification timeout. So i made something like this... Made one timer that is being run before .GetAsync (connection timeout) and one in O