6 years, 1 month ago.

TCP Server Sockets - blocking operation

I've got the TCP Sockets running on its own thread in the default blocking mode. Does blocking apply to only the socket execution thread or is this a wait() type operation where the block will hold off execution of all threads?

Be the first to answer this question.