Using Indy 9.0.0.12, the choice of ATimeOut of TIdTcpClient.Connect(ATimeOut) doesn't seem to make a difference. For example, if the server application using TIdTcpServer is not launched, the client application using TIdTcpClient will hang where TIdTcpClient.Connect(ATimeOut) is called. Could you help to comment how to understand this behaviour and what could be done here? Any help will be appreciated!

The sample code can be downloaded : http://www.multiupload.com/9OLWHBWIGV

PS: It seems that issues about timing out when sending plain msg/receiving plain msg/downloading file should necessicate heartbeat-wise algorithms. However, if the TIdTcpClient.Connect(ATimeOut) does not return after ATimeOut, how should the hearbeat algorithms be implement?

link|improve this question

Indy9 is pretty old... I'm not sure about 9.0.0.12 but I'd try to refresh from SVN. – Darian Miller Nov 18 '11 at 17:38
The last Indy 9 version was 9.0.50. – Remy Lebeau Nov 18 '11 at 19:50
feedback

closed as too localized by Robert Harvey Nov 18 '11 at 19:52

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.