Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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