65.9K
CodeProject is changing. Read more.
Home

A reusable, high performance, socket server class - Part 2

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.70/5 (31 votes)

May 26, 2002

CPOL

11 min read

viewsIcon

1023470

downloadIcon

5975

To maintain performance a socket server shouldn't make blocking calls from its IO threads. This article builds on the previous one to add a business logic thread pool to our example server.