RequestWorkerPool

A pool to which connecting client sockets can be submitted so that their requests may be handled.

Members

Functions

start
void start()

Starts the pool, so that it will be able to process requests.

stop
void stop()

Stops the pool, so that no more requests may be processed.

submit
void submit(HttpServer server, Socket socket)

Submits a client socket to this pool for processing.