I haven't done much (anything) with Tcl sockets and woul like some
ideas
The problem.
Connect to a server, send a message, get response, send another
message, get response then finished
After sending the message I don't want to wait more that 20 seconds or
so for a response, in other words time out. Depending on the size of
the message each response may require several reads.
I assume I would do this with a combination of the after command and
vwait? All my trial thius far have not worked as required.
Any ideas or even pointers to examples would be greatly appreciated