Barracuda Application Server C/C++ Reference
NO
HttpCmdThreadPool Struct Reference

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 Http Command Thread Pool documentation for more information.

#include <HttpCmdThreadPool.h>

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. More...
 
 ~HttpCmdThreadPool ()
 Terminates all threads in the thread pool and deregisters the thread pool in the HttpServer instance. More...