[twsocket] THttpCli not returning?

2011-04-11 Thread David Lewis
I have an application that retrieves a single image over HTTP from a video server every 60 seconds. This is does over GPRS so at times can be a little slow, but in general there are no issues. I'm using the THttpCli component to get the Get( ) the images within BDS2006, C++ flavour.

Re: [twsocket] THttpCli not returning?

2011-04-11 Thread Daniele Rocchi
It has happened to me too, I don't know if there's a better way to deal with it, but all I do is create a timeout timer that is set to start at the beginning of a get() and to stop at the end of the Get() request. If the timer reaches 0 before the Get() is completed I abort the operation and the

Re: [twsocket] THttpCli not returning?

2011-04-11 Thread RTT
On 11-04-2011 16:49, Francois PIETTE wrote: I don't know if there's a better way That is fine. So the HttpCli built-in timeout is not enough?! -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our