C/C++ Reference
HttpCmdThreadPool Struct Reference

An instance of this class provides a thread pool to an instance of the HttpServer class. More...

#include <HttpCmdThreadPool.h>

List of all members.

Public Member Functions

 HttpCmdThreadPool (HttpServer *server, ThreadPriority priority, int stackSize)
 Create an instance of HttpCmdThreadPool and bind the thread pool to an instance of the HttpServer class.
 ~HttpCmdThreadPool ()
 Terminates all threads in the thread pool and deregisters the thread pool in the HttpServer instance.

Detailed Description

An instance of this class provides a thread pool to an instance of the HttpServer class.

An instance of this class creates N threads where N is identical to the value set with method HttpServerConfig::setNoOfHttpCommands.

See the WebDAV example startup code for an example of how to use this class.

See the Http Command Thread Pool documentation for more information.