Interstage Shunsaku Data Manager Operator's Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix B Consideration on Setting Values of Execution Parameters in Environment files | > B.2 The Approach for Parameters that Have to be Considered with Other Environment Files' Parameters |
Set the value of MaxConnection parameter in the conductor environment file and the value of MultiMax parameter in the director and sorter environment files by considering the following table:
Parameter name |
Consideration point |
---|---|
MultiMax |
Specifies the number of multiple requests from search and sort or aggregation process that can be processed at once. It is necessary to consider the number of access at a peak time for the value of this parameter. When the number of requests the conductor receives is more than the parameter value while the director is executing the search process at the value specified in the MultiMax parameter (maximum number of executions that can be executed at once), this means that requests during the peak time cannot be processed. It is necessary to take into account the condition where normal search requests and requests for sort or aggregation are occurred at the same time, and calculate the value of (normal search requests + requests for sort or aggregation) as the maximum value of this parameter. |
MultiMax |
Specifies the maximum number of sort or aggregation processes that can be processed at once when process the sort or aggregation in parallel. One Sorter Configuration
To avoid the error of the exceeding maximum value of executions at once in sort process, the following condition must be satisfied:
Multiple Sorters Configuration
To avoid the error of the exceeding maximum value of executions at once in sort process, the following condition must be satisfied:
|
MaxConnection |
This parameter must be set more than the value of MultiMax parameter in director and the total value of MultiMax parameter in all sorters. If Shunsaku File is used, set the parameter with the same approach.
In this case, if the application that is using Shunsaku File A to C is executed at the same time, the maximum number of executions that can be executed at once in each director is 5 + 10 + 20 = 35. |
The relationship of the value of MaxConnection parameter in the conductor environment file and the value of MultiMax parameter in the director and sorter environment files are as follows:
Example
The value of MaxConnection parameter for conductor = the value of MultiMax parameter for director x 2 > the value of MultiMax parameter for sorter
(the value of MultiMax parameter for the director is including the number of search process when requesting for sorting)
Entry example for conductor environment file
#---Character code of the lookup data---# MaxConnection 60 |
Entry example for director environment file
#---The maximum number of search requests that can be received at once ---# MultiMax 30 |
Entry example for sorter environment file
#---The maximum number of sort or aggregation requests that can be received at once---# MultiMax 10 |
Contents
Index
![]() ![]() |