Wenn trying to connect by tcp to a http server, that appeared to be down,Connection = OpenNetworkConnection(ServerName$, Port [, Mode[, Timeout]])
I found that OpenNetworkConnection() took about 5 minutes to return.
= Program execution halts for about 5 minutes
(I used a Linux machine to try that connect.)
When the server is availlable, it takes only a few,
but allways less than 20 seconds to open
the network connection.
(Same conditions on the client side)