Skip to content
macnod edited this page Sep 13, 2010 · 5 revisions

DcServer is a class that encapsulates a TCP server that implements a thread pool to handle client requests. The class allows the instantiator to provide call back functions for processing client requests, performing background work, and performing tasks after the server has shut down.

A better description of DcServer is available here

Clone this wiki locally