Caching Sessions
This topic is part of Tuning Workflow Process Manager for Performance.
The parameter OM - Model Cache Maximum
(alias ModelCacheMax
)
for Workflow Process Manager determines the size of the cache for model
objects (also known as cached sessions). Cached sessions maintain database
connections and session data for locale, user preferences, and access
control.
This feature maintains and reuses existing sessions rather than creating a new session each time one is requested. Using this feature can improve login performance for Workflow Process Manager.
Each model in the cache creates two database connections for the life of the model: one connection for insert, update, and delete operations; another connection for read-only operations.
The default value of ModelCacheMax
is 10. A value
of 0 disables this parameter. The maximum value is 100. In general, you
set ModelCacheMax
to a value approximately equal to
the number of concurrent sessions the Workflow Process Manager component
is expected to support.
See also Siebel System Administration Guide.