Originally posted by: SystemAdmin
You are correct. 0 means no override limit on the number of concurrent threads for the map as specified in the Event Server.
b:3cdd5aa010Max Concurrent Map Instances[/b:3cdd5aa010]
The Max Concurrent Map Instances setting specifies the maximum number of concurrent mappings per watch.
This setting overrides the MaxThreads, WatchMaxThreads, and DisableMaxThreads Event Server settings.
b:3cdd5aa010MaxThreads[/b:3cdd5aa010]
The MaxThreads value is used to limit the number of map threads for all watches in an environment, provided that no other settings have conflicting values. If the following settings are not set to 0, then the MaxThreads value will be impacted:
♦ WatchMaxThreads
♦ DisableMaxThreads
♦ Max Concurrent Map Instances (a setting in the IFD).
MaxThreads=n
n - Specify the maximum number of maps (threads) that the Event
Server can execute concurrently. Range is 0 to 32,000. Default is 80.
b:3cdd5aa010WatchMaxThreads[/b:3cdd5aa010]
The WatchMaxThreads option is also known as Global Max Threads per Watch.
WatchMaxThreads=n
n - Global limit on the number of concurrent mappings per watch. This
number cannot exceed the MaxThreads value, which is the total
number of concurrent mappings overall. The range is 0 to 32,000.
The default setting is 0.
Note The Max Concurrent Map Instances setting in the IFD overrides the
MaxThreads, WatchMaxThreads, and DisableMaxThreads Event Server
settings.
b:3cdd5aa010DisableMaxThreads[/b:3cdd5aa010]
Use the DisableMaxThreads setting to disable the MaxThreads option.
DisableMaxThreads={0|1}
0 Setting is off (default).
1 Setting is on.
If set to 1, the MaxThreads value is disabled and the WatchMaxThreads value is used to place a global limit on the number of concurrent map executions per watch.
Note The Max Concurrent Map Instances setting in the IFD overrides the
MaxThreads, WatchMaxThreads, and DisableMaxThreads Event Server settings.
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender