Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
HttpCmdThreadPool.h File Reference
#include <DoubleList.h>
#include <HttpCmdThreadPoolIntf.h>
Include dependency graph for HttpCmdThreadPool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Typedefs

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

Functions

BA_API void HttpCmdThreadPool_constructor (HttpCmdThreadPool *o, HttpServer *server, ThreadPriority priority, int stackSize)
 Create workers and bind the pool to a server. More...
 
BA_API void HttpCmdThreadPool_destructor (HttpCmdThreadPool *o)
 Wait for worker completion and detach the pool. More...