The following table
displays the default load balancing settings for a pooled workspace
server:
Example 1: Load Balancing Settings (Advanced Options dialog
box)
|
|
|
|
|
|
Inactive process shutdown
timeout
|
|
This pool manages a
maximum of 10 clients concurrently. Each server process accepts only
one client at a time. The
Server Process Maximum property
determines how many processes can be started. If a client disconnects
from one of the servers in the pool, the process continues running
and is returned to the pool. The reuse of the server from the pool
is determined by the load-balancing algorithm.
The LRU algorithm attempts
to use the least recently used server. LRU pools tend to grow faster
because the processes that are not running are at the top of the list
when looking at least recently used processes.
The MRU algorithm attempts
to use a server that was recently used. MRU pools try to reuse processes
rather than start new ones, but they will start new processes as needed,
up to the maximum. Server processes in the pool that are inactive
shut down after 10 minutes (600 seconds). There is no minimum set
on this pool, so all the processes in this pool can time out if they
are inactive.