Relative Content

Tag Archive for .netmultithreadingtcp

Can an open TCP/IP connection block a thread from releasing?

This is from a C# library that we are using. The library has a thread pool. Threads from this pool are used to open a TCP/IP connection and retrieve some data in a particular session. We basically pull threads from this pool and pass it the data to be retrieved and it does so. Once all data is retrieved, the thread is released.