object-pool

Purpose

Specifies whether the protocols should pool objects.

Note:

The best setting for the enabled attribute depends on the JVM and how it is configured. It should be set to false only if the JVM has a generational garbage collector, as they do not handle pooled objects properly.

Contained by

Attribute

Attribute Description Type Default Options Use
enabled If true the protocols will pool objects. If false they will not. xs:boolean true    optional 

Related topics