Charlie Bursell
unread,Feb 9, 2012, 10:05:53 AM2/9/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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