Configuring an Engine
Chapter
4
Managing Engines
93
Customizing Engine Database Schema
iIS provides a default database schema that it uses to create an engine database.
This default schema can be used in a development environment without
modification. However, for deployed applications, you can modify the database
schema according to your own database requirements. Typically, you modify the
schema to add table space qualifiers or other database-specific qualifiers to the
CreateTable and CreateIndex statements.
MONITOR_DISPLAY_LIMIT
integer
Specifies the maximum number of Cconsole
monitor displays that can be simultaneously
open by all Cconsole sessions monitoring the
engine. This limit affects the Sessions, Processes
Resident and Activities Resident monitor
windows. The number of these windows that
are open affects the performance of the engine.
UNIT_SESSION_RECONNECT_LIMIT
integer
During engine recovery, specifies the time (in
milliseconds) that an engine waits for clients to
reconnect to a session. Default value is 60000
milliseconds (10 minutes).
UNIT_SESSION_RECONNECT_ACTION
integer
During engine recovery, specifies the action to
take (suspend or terminate) for client sessions
that fail to reconnect before the specified
timeout period
(UNIT_SESSION_RECONNECT_LIMIT).
Default value specifies to suspend sessions that
do not reconnect.
UNIT_SNS_RATIO
integer
Specifies the ratio of swapable to non-swapable
processes for the process engine. Processes that
are not marked as recoverable (either through
the process definition or by a process client
calling CreateProcess) cannot be swapped out
of memory by the engine. Adjust the default
value only if you are having performance
problems with the process engine.
Table 4-1
Process Engine Configuration Properties (Continued)
Property
Type of
value
Description
Содержание iPlanet Integration Server 3.0
Страница 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Страница 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Страница 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Страница 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Страница 82: ...iIS Console Main Window Command Summary 82 iPlanet Integration Server Process System Guide August 2001...
Страница 156: ...Performing Application Upgrades 156 iPlanet Integration Server Process System Guide August 2001...
Страница 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Страница 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Страница 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...