Administration Manual
SYSTRAN Enterprise Server 6 - Administration Guide 37
Primarily, the Dispatcher Configuration tools address pool elements, which specify a
group of translation resources. A pool can contain any number of sublevel pool
elements and/or any number of the following engines and services:
• Translation Engines
• Coding Engines
• Filter Engine
• Remote Services
The various configurable attributes for a pool include:
Loadsize
The number of engines that can be loaded at one
time.
Priority Rule
Specifies the selection order by which multiple pool
resources handle incoming requests.
If a Loadsize value is specified, this attribute is
ignored and mru (most recently used) is used to
allow for the effective swapping of engines. If
Loadsize is not specified, the default value is order.
The possible Priority Rule values are detailed as
follows:
• order: the resource selected is determined
by the sequence of definition in the
configuration file (the first available resource
listed under the specific pool is the resource
applied)
• random: the resource is selected at random
• lru: the resource selected is the one that
was used least recently
• mru: the resource selected is the one that
was used most recently