It now begs some new questions:
1) For a given socket listener, is there a way to determine which client connections are "associated" with that listener? It seems in order to close the socket listener, I need to close clients that were created when they connected to that server port ... am I supposed to track those myself?
2) What if I wish to suspend the arrival of new server connection requests while I process the clients I already have? I had assumed that I could "stop" a TCP server for listening when I had accumulated my limit of client connections. Since I don't seem to be able to do this without first closing the previous client connections that I am not yet finished with, I appear to be at an impass.Statistics: Posted by kolban — Fri Oct 30, 2015 12:35 pm
]]>