.NET TCPListener limitation ?
- by Karnalta
Hi all,
I have a question about the usage of TCPListener in .NET... I am thinking about a client/server application and being new to this kind of application I have search a bit around the web and the solution which come the more often is to create a new thread for each new client connection.
This solution seem fine but I was wondering if it was…