max-cached-persistent-connections

max-cached-persistent-connections = number_of_connections

Description

The maximum number of persistent connections stored in the cache for future use. Connections with junctioned Web servers will be cached for future use unless the configured limit (as defined by this configuration entry) is reached, or unless the connection:close header is received in the HTTP response. If this setting is enabled, there is the potential for different user sessions to use the same connection when processing junction requests. To disable the persistent connection functionality, specify a max-cached-persistent-connections value of zero (0).

We can customize this configuration item for a particular junction by adding the adjusted configuration item to a [junction:{junction_name}] stanza.

where {junction_name} refers to the junction point for a standard junction (including the leading / character) or the virtual host label for a virtual host junction.

Options

Usage:

This stanza entry is required.

Default value

0

max-cached-persistent-connections = 0

Parent topic: [junction] stanza