The distributing worker pool is a request worker pool implementation that tries to distribute work evenly among its workers, with each worker keeping its own internal job queue.
Starts the pool, so that it will be able to process requests.
Submits a client socket to this pool for processing.
Stops the pool, so that no more requests may be processed.
The distributing worker pool is a request worker pool implementation that tries to distribute work evenly among its workers, with each worker keeping its own internal job queue.