Administrator's Reference

MPTHREADING

Specifies the threading model to activate for the TSM server. You can specify on of the following :

Syntax

>>-MPThreading--+-YES--+---------------------------------------><
                '-NO---'
 

Parameters

YES
Specifies that TSM attaches MVS Task Control Blocks (TCBs) for task-specific work and starts corresponding threads on the designated TCBs. Mapping TSM threads to TCBs allows thread dispatching to occur simultaneously on multiple processors.

NO
Specifies that TSM thread dispatching is restricted to a single MVS TCB and that server execution is restricted to a single processor. If only one processor is available to the task started by TSM, specify NO.

Examples

mpthreading yes


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]