#include <nawa/AppInit.h>
Public Member Functions | |
virtual | ~AppInit () |
AppInit (Config config, size_t numThreads) | |
Config & | config () |
AccessFilterList & | accessFilters () |
size_t | getNumThreads () |
|
virtual |
AppInit::AppInit | ( | Config | config, |
size_t | numThreads | ||
) |
Create a new AppInit object.
config | The config. |
numThreads | Number of threads. |
Definition at line 39 of file AppInit.cpp.
Config & nawa::AppInit::config | ( | ) |
You can use this to modify the default configuration for every request during initialization.
Definition at line 43 of file AppInit.cpp.
AccessFilterList & nawa::AppInit::accessFilters | ( | ) |
Contains the number of started worker threads for information purposes (e.g., to determine dimension of thread pools).
Definition at line 47 of file AppInit.cpp.
size_t nawa::AppInit::getNumThreads | ( | ) |
Contains the number of started worker threads for information purposes (e.g., to determine dimension of thread pools).
Definition at line 51 of file AppInit.cpp.