I have a situation where I am running a trace on a socket descriptor in order to keep state on the service: number of connections, state, time up, etc..
The problem is that the trace never fires when the socket is closed. Does the socket descriptor get unset at this time
or not, and if not, how else do people deal with trying to manage information like this when working with tcl sockets?
The problem is that the trace never fires when the socket is closed. Does the socket descriptor get unset at this time
or not, and if not, how else do people deal with trying to manage information like this when working with tcl sockets?