[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring the Number of Threads for Sessions

Use the following configuration statement to set the number of threads used for session-related activity.

shared sae configuration session-job-manager {
number-of-threads number-of-threads; 
}

To configure the number of threads used to handle session-related activity:

  1. From configuration mode, access the session job manager configuration. In this sample procedure, the number of threads is configured in the se-region group.
  2. user@host# edit shared sae group se-region configuration session-job-manager 
    
    
    
  3. Specify the number of threads used for session-related activity.
  4. [edit shared sae group se-region configuration session-job-manager]
    
    user@host# set number-of-threads number-of-threads 
    
    
    
  5. (Optional) Verify your configuration.
  6. [edit shared sae group se-region configuration session-job-manager]
    
    user@host# show 
    
    number-of-threads 10;
    


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]