MULTITHREAD
Revision as of 11:41, 9 April 2019 by Darya.zelenina (talk | contribs) (Created page with "'''MULTITHREAD''' is a dynamic system parameter that controls the availability of kernel threads functions. =Values= 0: Both Thread Manager upcalls an...")
MULTITHREAD is a dynamic system parameter that controls the availability of kernel threads functions.
Values
0: Both Thread Manager upcalls and the creation of multiple kernel threads are disabled.
1: Thread Manager upcalls are enabled; the creation of multiple kernel threads is disabled.
2-256 (Alpha and Integrity servers): Both Thread Manager upcalls and the creation of multiple kernel threads are enabled. The number specified represents the maximum number of kernel threads that can be created for a single process.
The maximum value for MULTITHREAD is 256.
MULTITHREAD is an AUTOGEN and DYNAMIC parameter.