I have a simple app that listens on a socket and can handle one connection at time. From what I have read the TCPListener is thread safe but the .Listen may not be....
In any case I want to scale the app to handle 4 or 5 (or more) connections. Any examples or ideas on threading TCPListener?
In any case I want to scale the app to handle 4 or 5 (or more) connections. Any examples or ideas on threading TCPListener?