CAtlAutoThreadModuleT::GetDefaultThreads
This static function dynamically calculates and returns the maximum number of threads for the EXE module, based on the number of processors.
static int GetDefaultThreads( );
Return Value
The number of threads to be created in the EXE module.
Remarks
Override this method if you want to use a different method for calculating the number of threads. By default, the number of threads is based on the number of processors.
Requirements
Header: atlbase.h