Tivoli Header
Administrator's Reference
Specifies the threading model to activate for the server. You can
specify one of the following :
- The server attaches Task Control Blocks (TCBs) for task-specific work and
starts corresponding threads on the designated TCBs.
- The server thread dispatching is restricted to a single TCB, and restricts
server execution to a single processor.
Syntax
>>-MPThreading--+-YES-+----------------------------------------><
'-NO--'
Parameters
- YES
- Specifies that the server attaches Task Control Blocks (TCBs) for
task-specific work and starts corresponding threads on the designated
TCBs. Mapping threads to TCBs allows thread dispatching to occur
simultaneously on multiple processors.
- NO
- Specifies that the server thread dispatching is restricted to a single TCB
and that server execution is restricted to a single processor. If only
one processor is available to the task started by the server, specify
NO.
Examples
mpthreading yes
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]